summaryrefslogtreecommitdiffstats
path: root/sminputdialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2019-01-12 18:03:59 +0100
committerArno <arno@disconnect.de>2019-01-12 18:03:59 +0100
commit77c6915b6ca2b727aaebb4871088d57fb9b926d7 (patch)
tree17a2fb3a798b631d477fc095f8d14a121b17acf3 /sminputdialog.h
parent4e5e0e6ec5668a0f0397dd8acbee0bd2f4bd0f67 (diff)
downloadSheMov-77c6915b6ca2b727aaebb4871088d57fb9b926d7.tar.gz
SheMov-77c6915b6ca2b727aaebb4871088d57fb9b926d7.tar.bz2
SheMov-77c6915b6ca2b727aaebb4871088d57fb9b926d7.zip
Various clang warning fixes
Mostly nullptr, one missing include that wasn't really missed, and a stray ;
Diffstat (limited to 'sminputdialog.h')
-rw-r--r--sminputdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sminputdialog.h b/sminputdialog.h
index 5b80b9c..4f2eb7e 100644
--- a/sminputdialog.h
+++ b/sminputdialog.h
@@ -2,6 +2,7 @@
#define SMINPUTDIALOG_H
#include <QDialog>
+#include <QLineEdit>
class QLineEdit;
class QCompleter;