summaryrefslogtreecommitdiffstats
path: root/src/qml/qtapplicationmanager_application_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qtapplicationmanager_application_p.h')
-rw-r--r--src/qml/qtapplicationmanager_application_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qml/qtapplicationmanager_application_p.h b/src/qml/qtapplicationmanager_application_p.h
index cec78d6a..f6539494 100644
--- a/src/qml/qtapplicationmanager_application_p.h
+++ b/src/qml/qtapplicationmanager_application_p.h
@@ -1,7 +1,8 @@
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
-#pragma once
+#ifndef QTAPPLICATIONMANAGER_APPLICATION_P_H
+#define QTAPPLICATIONMANAGER_APPLICATION_P_H
#include <QtQml/QQmlEngine>
#include <QtAppManIntentClient/intenthandler.h>
#include <QtAppManSharedMain/applicationmanagerwindow.h>
@@ -37,3 +38,5 @@ class ForeignApplicationInterface
QT_END_NAMESPACE
// We mean it. Dummy comment since syncqt needs this also for completely private Qt modules.
+
+#endif // QTAPPLICATIONMANAGER_APPLICATION_P_H