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 ; --- mappingtableeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mappingtableeditor.h') 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); -- cgit v1.2.3-70-g09d2