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 ; --- mappingtablewidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mappingtablewidget.h') diff --git a/mappingtablewidget.h b/mappingtablewidget.h index 787d7f6..8f8f07e 100644 --- a/mappingtablewidget.h +++ b/mappingtablewidget.h @@ -21,7 +21,7 @@ class MappingTableModel; class MappingTableWidget : public QWidget{ Q_OBJECT public: - explicit MappingTableWidget(const QString &table, QWidget *parent = 0); + explicit MappingTableWidget(const QString &table, QWidget *parent = nullptr); MappingTableItemModel *model() { return mModel; } public slots: -- cgit v1.2.3-70-g09d2