summaryrefslogtreecommitdiffstats
path: root/mappingtableeditor.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 /mappingtableeditor.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 'mappingtableeditor.h')
-rw-r--r--mappingtableeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mappingtableeditor.h b/mappingtableeditor.h
index f09483e..699b91f 100644
--- a/mappingtableeditor.h
+++ b/mappingtableeditor.h
@@ -21,7 +21,7 @@ class MappingTableEditorModel;
class MappingTableEditor : public SmDialog {
Q_OBJECT
public:
- explicit MappingTableEditor(const QString &table, QWidget *parent = 0);
+ explicit MappingTableEditor(const QString &table, QWidget *parent = nullptr);
private slots:
void selectionChanged(const QModelIndex &cur, const QModelIndex &prev);