Fix header guard
This commit is contained in:
parent
4a01a578d1
commit
7d1e404efd
@ -31,8 +31,8 @@
|
|||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef SINGLEAPPLICATION_P_H
|
#ifndef SINGLECOREAPPLICATION_P_H
|
||||||
#define SINGLEAPPLICATION_P_H
|
#define SINGLECOREAPPLICATION_P_H
|
||||||
|
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
@ -108,4 +108,4 @@ class SingleCoreApplicationPrivate : public QObject {
|
|||||||
void slotClientConnectionClosed(QLocalSocket*, const quint32);
|
void slotClientConnectionClosed(QLocalSocket*, const quint32);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SINGLEAPPLICATION_P_H
|
#endif // SINGLECOREAPPLICATION_P_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user