summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-07-26 17:25:11 +0200
committerSimon Rettberg2018-07-26 17:25:11 +0200
commit2f9f1eab772ff77d65845a07c6f9c1585a35b997 (patch)
tree42e8621af2d244f38e0392f08b2bdf74b937e43d /src/dialog.h
parentReorder struct members for better packing (diff)
downloadvmchooser2-2f9f1eab772ff77d65845a07c6f9c1585a35b997.tar.gz
vmchooser2-2f9f1eab772ff77d65845a07c6f9c1585a35b997.tar.xz
vmchooser2-2f9f1eab772ff77d65845a07c6f9c1585a35b997.zip
0 -> nullptr
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h2
1 files changed, 1 insertions, 1 deletions
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<Session*>&, int tab);
void addStatusString(const int status);