summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-09 02:11:58 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-07-09 02:11:58 +0200
commit4cda1ec9cceb5e4119b4d6d9f22b834e791416ed (patch)
treead947bc0030cb3a786d0b425233682ce59c5b7c4 /mainwindow.cpp
parent0f47313be6b9bb3d47d83ac5696358d26380cf34 (diff)
Removed C++11 dependency completely|
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index b7edf067..970cd653 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -28,9 +28,9 @@ MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
process(new QProcess(this)),
+ fusedav(this),
keygen(NULL),
- tray(NULL),
- fusedav(this)
+ tray(NULL)
{
// connect(process.data(), SIGNAL(readyReadStandardOutput()), this, SLOT(readyRead()));
connect(process.data(), SIGNAL(error(QProcess::ProcessError)), this, SLOT(processError(QProcess::ProcessError)));