diff options
author | Arno <arno@disconnect.de> | 2019-01-12 18:03:59 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2019-01-12 18:03:59 +0100 |
commit | 77c6915b6ca2b727aaebb4871088d57fb9b926d7 (patch) | |
tree | 17a2fb3a798b631d477fc095f8d14a121b17acf3 /sminputdialog.h | |
parent | 4e5e0e6ec5668a0f0397dd8acbee0bd2f4bd0f67 (diff) | |
download | SheMov-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.h | 1 |
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; |