summaryrefslogtreecommitdiff
path: root/share/qtcreator/qml/qmlpuppet/container/idcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/container/idcontainer.h')
-rw-r--r--share/qtcreator/qml/qmlpuppet/container/idcontainer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/container/idcontainer.h b/share/qtcreator/qml/qmlpuppet/container/idcontainer.h
index 1d682695c0..3e1e7c4088 100644
--- a/share/qtcreator/qml/qmlpuppet/container/idcontainer.h
+++ b/share/qtcreator/qml/qmlpuppet/container/idcontainer.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef IDCONTAINER_H
-#define IDCONTAINER_H
+#pragma once
#include <QDataStream>
#include <qmetatype.h>
@@ -57,5 +56,3 @@ QDebug operator <<(QDebug debug, const IdContainer &container);
} // namespace QmlDesigner
Q_DECLARE_METATYPE(QmlDesigner::IdContainer)
-
-#endif // IDCONTAINER_H