Fix header guard

This commit is contained in:
Jonas Kvinge 2020-10-05 21:34:45 +02:00
parent 4a01a578d1
commit 7d1e404efd

View File

@ -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