From 7d1e404efd9d79db28ce227183b7f09724e595c7 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 5 Oct 2020 21:34:45 +0200 Subject: [PATCH] Fix header guard --- 3rdparty/singleapplication/singlecoreapplication_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3rdparty/singleapplication/singlecoreapplication_p.h b/3rdparty/singleapplication/singlecoreapplication_p.h index ac07a57d..4b5f9c4b 100644 --- a/3rdparty/singleapplication/singlecoreapplication_p.h +++ b/3rdparty/singleapplication/singlecoreapplication_p.h @@ -31,8 +31,8 @@ // // -#ifndef SINGLEAPPLICATION_P_H -#define SINGLEAPPLICATION_P_H +#ifndef SINGLECOREAPPLICATION_P_H +#define SINGLECOREAPPLICATION_P_H #include #include @@ -108,4 +108,4 @@ class SingleCoreApplicationPrivate : public QObject { void slotClientConnectionClosed(QLocalSocket*, const quint32); }; -#endif // SINGLEAPPLICATION_P_H +#endif // SINGLECOREAPPLICATION_P_H