From 77c6915b6ca2b727aaebb4871088d57fb9b926d7 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 12 Jan 2019 18:03:59 +0100 Subject: Various clang warning fixes Mostly nullptr, one missing include that wasn't really missed, and a stray ; --- sminputdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sminputdialog.h') 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 +#include class QLineEdit; class QCompleter; -- cgit v1.2.3-70-g09d2