Window title obfuscation (#759)
This commit is contained in:
parent
96142cc532
commit
aa496d402a
|
@ -54,11 +54,7 @@ MainWindow::MainWindow(QWidget* parent)
|
||||||
|
|
||||||
this->showMaximized();
|
this->showMaximized();
|
||||||
|
|
||||||
#ifdef _WIN64
|
mWindowMainTitle = QCoreApplication::applicationName();
|
||||||
mWindowMainTitle = tr("x64dbg");
|
|
||||||
#else
|
|
||||||
mWindowMainTitle = tr("x32dbg");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Set window title
|
// Set window title
|
||||||
setWindowTitle(QString(mWindowMainTitle));
|
setWindowTitle(QString(mWindowMainTitle));
|
||||||
|
|
Loading…
Reference in New Issue