From 2f9f1eab772ff77d65845a07c6f9c1585a35b997 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 26 Jul 2018 17:25:11 +0200 Subject: 0 -> nullptr --- src/dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialog.h') diff --git a/src/dialog.h b/src/dialog.h index c0e2b43..ccdccd2 100644 --- a/src/dialog.h +++ b/src/dialog.h @@ -30,7 +30,7 @@ class Dialog : public QDialog { static const int TAB_ALL_VMS = 2; static const int TAB_COUNT = 3; public: // Public methods - explicit Dialog(int defaultTab = -1, bool examMode = false, QWidget *parent = 0); + explicit Dialog(int defaultTab = -1, bool examMode = false, QWidget *parent = nullptr); ~Dialog(); void addItems(const QList&, int tab); void addStatusString(const int status); -- cgit v1.2.3-55-g7522