summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorlinuxqc <brouwer@annejan.com>2015-06-27 12:23:24 +0800
committerlinuxqc <linuxqc@gmail.com>2015-06-27 12:23:24 +0800
commitf0433e31ea2cd4c1eeaa0e2055eca6ddba2055fe (patch)
treecdf007457341357b122853e92a052b437151259c /mainwindow.h
parent6bd4a1bf29616ed10101df2721f5b0875247f756 (diff)
To make building successfull wi Desktop Qt 5.4.0 MSVC2012 OpenGL 32bit
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 163e626e..4e2a8323 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -104,12 +104,12 @@ private:
QStringList env;
QQueue<execQueueItem> *execQueue;
bool firstRun;
- QDialog *keygen = NULL;
+ QDialog *keygen;
QString currentDir;
QHash<QString, QString> profiles;
QString profile;
bool startupPhase;
- trayIcon *tray = NULL;
+ trayIcon *tray;
bool useTrayIcon;
bool hideOnClose;
void updateText();