1
0
Fork 0

Oops! Fix a compilation error introduced recently

mWindowMainTitle is set to `tr("x64dbg")` however it is not of type QString.
This commit is contained in:
Torusrxxx 2016-05-20 16:28:37 +00:00
parent 02d6a46baf
commit 6bee8d438e
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ private:
UpdateChecker* mUpdateChecker;
TimeWastedCounter* mTimeWastedCounter;
const char* mWindowMainTitle;
QString mWindowMainTitle;
QStringList mMRUList;
int mMaxMRU;