summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorReimar Döffinger <brouwer@annejan.com>2015-03-30 00:54:50 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2015-03-30 00:54:50 +0200
commit822f1208adcf4fbd3962107a70b42503f99319b8 (patch)
tree517ae9e926b2fa594e2331a4a6157109d605372a /mainwindow.h
parent6e9322d94eb4f7d66931daf32c17ba5d84f17624 (diff)
Reduce variable scope.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 0de86aaf..39889153 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -7,7 +7,6 @@
#include <QProcess>
#include <QSettings>
#include "storemodel.h"
-#include "dialog.h"
#include "singleapplication.h"
namespace Ui {
@@ -53,7 +52,6 @@ private:
QScopedPointer<QItemSelectionModel> selectionModel;
QScopedPointer<QProcess> process;
SingleApplication *a;
- QScopedPointer<Dialog> d;
bool usePass;
bool useClipboard;
bool useAutoclear;