We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c436df4 commit c16ffafCopy full SHA for c16ffaf
examples/autoupdatergui/simpleUpdaterGui/mainwindow.h
@@ -3,7 +3,6 @@
3
4
#include <QMainWindow>
5
#include <QDebug>
6
-#include <QtAutoUpdaterGui>
7
#include <QtAutoUpdaterGui/UpdateController>
8
#include <QtAutoUpdaterGui/UpdateButton>
9
@@ -16,7 +15,7 @@ class MainWindow : public QMainWindow
16
15
Q_OBJECT
17
18
public:
19
- explicit MainWindow(QWidget *parent = 0);
+ explicit MainWindow(QWidget *parent = nullptr);
20
~MainWindow();
21
22
private:
0 commit comments