Skip to content

Commit 732c36f

Browse files
committed
namespace includeguards
1 parent e54e033 commit 732c36f

13 files changed

+39
-39
lines changed

src/autoupdatercore/adminauthoriser.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef ADMINAUTHORISER_H
2-
#define ADMINAUTHORISER_H
1+
#ifndef QTAUTOUPDATER_ADMINAUTHORISER_H
2+
#define QTAUTOUPDATER_ADMINAUTHORISER_H
33

44
#include "QtAutoUpdaterCore/qtautoupdatercore_global.h"
55

@@ -23,4 +23,4 @@ class Q_AUTOUPDATERCORE_EXPORT AdminAuthoriser
2323

2424
}
2525

26-
#endif // ADMINAUTHORISER_H
26+
#endif // QTAUTOUPDATER_ADMINAUTHORISER_H
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef QTAUTOUPDATERCORE_H
2-
#define QTAUTOUPDATERCORE_H
1+
#ifndef QTAUTOUPDATERCORE_GLOBAL_H
2+
#define QTAUTOUPDATERCORE_GLOBAL_H
33

44
#include <QtCore/qglobal.h>
55

@@ -9,4 +9,4 @@
99
# define Q_AUTOUPDATERCORE_EXPORT Q_DECL_IMPORT
1010
#endif
1111

12-
#endif // QTAUTOUPDATERCORE_H
12+
#endif // QTAUTOUPDATERCORE_GLOBAL_H

src/autoupdatercore/simplescheduler_p.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef SIMPLESCHEDULER_P_H
2-
#define SIMPLESCHEDULER_P_H
1+
#ifndef QTAUTOUPDATER_SIMPLESCHEDULER_P_H
2+
#define QTAUTOUPDATER_SIMPLESCHEDULER_P_H
33

44
#include "qtautoupdatercore_global.h"
55

@@ -37,4 +37,4 @@ public Q_SLOTS:
3737

3838
}
3939

40-
#endif // SIMPLESCHEDULER_P_H
40+
#endif // QTAUTOUPDATER_SIMPLESCHEDULER_P_H

src/autoupdatercore/updater.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef UPDATER_H
2-
#define UPDATER_H
1+
#ifndef QTAUTOUPDATER_UPDATER_H
2+
#define QTAUTOUPDATER_UPDATER_H
33

44
#include "QtAutoUpdaterCore/qtautoupdatercore_global.h"
55
#include "QtAutoUpdaterCore/adminauthoriser.h"
@@ -110,4 +110,4 @@ Q_DECLARE_METATYPE(QtAutoUpdater::Updater::UpdateInfo)
110110

111111
QDebug Q_AUTOUPDATERCORE_EXPORT &operator<<(QDebug &debug, const QtAutoUpdater::Updater::UpdateInfo &info);
112112

113-
#endif // UPDATER_H
113+
#endif // QTAUTOUPDATER_UPDATER_H

src/autoupdatercore/updater_p.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef UPDATER_P_H
2-
#define UPDATER_P_H
1+
#ifndef QTAUTOUPDATER_UPDATER_P_H
2+
#define QTAUTOUPDATER_UPDATER_P_H
33

44
#include "qtautoupdatercore_global.h"
55
#include "updater.h"
@@ -70,4 +70,4 @@ public Q_SLOTS:
7070

7171
Q_AUTOUPDATERCORE_EXPORT Q_DECLARE_LOGGING_CATEGORY(logQtAutoUpdater)
7272

73-
#endif // UPDATER_P_H
73+
#endif // QTAUTOUPDATER_UPDATER_P_H

src/autoupdatergui/adminauthorization_p.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef ADMINAUTHORIZATION_P_H
2-
#define ADMINAUTHORIZATION_P_H
1+
#ifndef QTAUTOUPDATER_ADMINAUTHORIZATION_P_H
2+
#define QTAUTOUPDATER_ADMINAUTHORIZATION_P_H
33

44
#include "qtautoupdatergui_global.h"
55
#include "adminauthoriser.h"
@@ -16,4 +16,4 @@ class Q_AUTOUPDATERGUI_EXPORT AdminAuthorization : public AdminAuthoriser
1616

1717
}
1818

19-
#endif // ADMINAUTHORIZATION_P_H
19+
#endif // QTAUTOUPDATER_ADMINAUTHORIZATION_P_H

src/autoupdatergui/progressdialog_p.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef PROGRESSDIALOG_P_H
2-
#define PROGRESSDIALOG_P_H
1+
#ifndef QTAUTOUPDATER_PROGRESSDIALOG_P_H
2+
#define QTAUTOUPDATER_PROGRESSDIALOG_P_H
33

44
#include "qtautoupdatergui_global.h"
55

@@ -65,4 +65,4 @@ public Q_SLOTS:
6565

6666
}
6767

68-
#endif // PROGRESSDIALOG_P_H
68+
#endif // QTAUTOUPDATER_PROGRESSDIALOG_P_H
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef QTAUTOUPDATERGUI_H
2-
#define QTAUTOUPDATERGUI_H
1+
#ifndef QTAUTOUPDATERGUI_GLOBAL_H
2+
#define QTAUTOUPDATERGUI_GLOBAL_H
33

44
#include <QtCore/qglobal.h>
55

@@ -9,4 +9,4 @@
99
# define Q_AUTOUPDATERGUI_EXPORT Q_DECL_IMPORT
1010
#endif
1111

12-
#endif // QTAUTOUPDATERGUI_H
12+
#endif // QTAUTOUPDATERGUI_GLOBAL_H

src/autoupdatergui/updatebutton.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef UPDATEBUTTON_H
2-
#define UPDATEBUTTON_H
1+
#ifndef QTAUTOUPDATER_UPDATEBUTTON_H
2+
#define QTAUTOUPDATER_UPDATEBUTTON_H
33

44
#include "QtAutoUpdaterGui/qtautoupdatergui_global.h"
55
#include "QtAutoUpdaterGui/updatecontroller.h"
@@ -74,4 +74,4 @@ private Q_SLOTS:
7474

7575
}
7676

77-
#endif // UPDATEBUTTON_H
77+
#endif // QTAUTOUPDATER_UPDATEBUTTON_H

src/autoupdatergui/updatebutton_p.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef UPDATEBUTTON_P_H
2-
#define UPDATEBUTTON_P_H
1+
#ifndef QTAUTOUPDATER_UPDATEBUTTON_P_H
2+
#define QTAUTOUPDATER_UPDATEBUTTON_P_H
33

44
#include "qtautoupdatergui_global.h"
55
#include "updatebutton.h"
@@ -35,4 +35,4 @@ class Q_AUTOUPDATERGUI_EXPORT UpdateButtonPrivate
3535

3636
}
3737

38-
#endif // UPDATEBUTTON_P_H
38+
#endif // QTAUTOUPDATER_UPDATEBUTTON_P_H

0 commit comments

Comments
 (0)