summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-09 01:55:29 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-07-09 01:55:29 +0200
commit8fa9e683c8d71607aa30d3d5215861c5d44c7ae1 (patch)
tree8d63867e0bda4228fb263b34fe25eac45c0d3c69 /mainwindow.cpp
parent2bec0fa72ba843725d4e9d4239262aeeccbad54b (diff)
parentf0433e31ea2cd4c1eeaa0e2055eca6ddba2055fe (diff)
Merge pull request #67 from linuxqc/master
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 be1bef3c..9c4cbf98 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()));