summaryrefslogtreecommitdiff
path: root/horizonwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-26 22:44:26 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-26 22:44:26 -0600
commitb8fdb19bde2c9d26fac3fc08dad18532ba3181f4 (patch)
treeb59620ea8f0d44c12a7b4314e42870b61e74f9c7 /horizonwizard.hh
parentbc84e24c4380d8d524ab68cb81a5e377fe0b8b06 (diff)
downloadhorizon-qt5-b8fdb19bde2c9d26fac3fc08dad18532ba3181f4.tar.gz
horizon-qt5-b8fdb19bde2c9d26fac3fc08dad18532ba3181f4.tar.bz2
horizon-qt5-b8fdb19bde2c9d26fac3fc08dad18532ba3181f4.tar.xz
horizon-qt5-b8fdb19bde2c9d26fac3fc08dad18532ba3181f4.zip
HorizonWizard: some syntax fixes
Diffstat (limited to 'horizonwizard.hh')
-rw-r--r--horizonwizard.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizonwizard.hh b/horizonwizard.hh
index 403da0e..03d6421 100644
--- a/horizonwizard.hh
+++ b/horizonwizard.hh
@@ -26,7 +26,7 @@ public:
Page_CustomStart /* custom pages have IDs starting here */
};
- HorizonWizard(QWidget *parent = 0);
+ HorizonWizard(QWidget *parent = nullptr);
std::set<std::string> selected;
std::vector<Horizon::NetworkInterface> interfaces;
};