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 ; --- mappingtreeresultview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mappingtreeresultview.h') diff --git a/mappingtreeresultview.h b/mappingtreeresultview.h index c999b77..df03ca7 100644 --- a/mappingtreeresultview.h +++ b/mappingtreeresultview.h @@ -13,7 +13,7 @@ class MappingTreeResultView : public SmTreeView { Q_OBJECT public: - explicit MappingTreeResultView(QWidget *parent = 0); + explicit MappingTreeResultView(QWidget *parent = nullptr); signals: void shiftFocus(); -- cgit v1.2.3-70-g09d2