aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/designercore/include/abstractproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/designercore/include/abstractproperty.h')
-rw-r--r--src/plugins/qmldesigner/designercore/include/abstractproperty.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/qmldesigner/designercore/include/abstractproperty.h b/src/plugins/qmldesigner/designercore/include/abstractproperty.h
index 0c7c23e4fa..ebd286f646 100644
--- a/src/plugins/qmldesigner/designercore/include/abstractproperty.h
+++ b/src/plugins/qmldesigner/designercore/include/abstractproperty.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef ABSTRACTPROPERTY_H
-#define ABSTRACTPROPERTY_H
+#pragma once
#include <QPointer>
#include <QSharedPointer>
@@ -122,5 +121,3 @@ QMLDESIGNERCORE_EXPORT uint qHash(const AbstractProperty& property);
QMLDESIGNERCORE_EXPORT QTextStream& operator<<(QTextStream &stream, const AbstractProperty &property);
QMLDESIGNERCORE_EXPORT QDebug operator<<(QDebug debug, const AbstractProperty &AbstractProperty);
}
-
-#endif //ABSTRACTPROPERTY_H