summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorlinuxqc <linuxqc@gmail.com>2015-06-27 12:23:24 +0800
committerlinuxqc <linuxqc@gmail.com>2015-06-27 12:23:24 +0800
commitbcf07af684d7de53654033101e62bd8f5bef143d (patch)
treecdf007457341357b122853e92a052b437151259c /mainwindow.cpp
parent34200cc3a9d1abd738b29ade02e8d285b87e334f (diff)
To make building successfull wi Desktop Qt 5.4.0 MSVC2012 OpenGL 32bit
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index dbe117bf..ac5e389f 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -28,6 +28,8 @@ MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
process(new QProcess(this)),
+ keygen(NULL),
+ tray(NULL),
fusedav(this)
{
// connect(process.data(), SIGNAL(readyReadStandardOutput()), this, SLOT(readyRead()));