Skip to content

Commit c16ffaf

Browse files
authored
Update mainwindow.h
1 parent c436df4 commit c16ffaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/autoupdatergui/simpleUpdaterGui/mainwindow.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include <QMainWindow>
55
#include <QDebug>
6-
#include <QtAutoUpdaterGui>
76
#include <QtAutoUpdaterGui/UpdateController>
87
#include <QtAutoUpdaterGui/UpdateButton>
98

@@ -16,7 +15,7 @@ class MainWindow : public QMainWindow
1615
Q_OBJECT
1716

1817
public:
19-
explicit MainWindow(QWidget *parent = 0);
18+
explicit MainWindow(QWidget *parent = nullptr);
2019
~MainWindow();
2120

2221
private:

0 commit comments

Comments
 (0)