mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-18 11:39:31 +01:00
Fix header guard
This commit is contained in:
parent
4a01a578d1
commit
7d1e404efd
@ -31,8 +31,8 @@
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef SINGLEAPPLICATION_P_H
|
||||
#define SINGLEAPPLICATION_P_H
|
||||
#ifndef SINGLECOREAPPLICATION_P_H
|
||||
#define SINGLECOREAPPLICATION_P_H
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QObject>
|
||||
@ -108,4 +108,4 @@ class SingleCoreApplicationPrivate : public QObject {
|
||||
void slotClientConnectionClosed(QLocalSocket*, const quint32);
|
||||
};
|
||||
|
||||
#endif // SINGLEAPPLICATION_P_H
|
||||
#endif // SINGLECOREAPPLICATION_P_H
|
||||
|
Loading…
Reference in New Issue
Block a user