aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/exampleslistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qtsupport/exampleslistmodel.h')
-rw-r--r--src/plugins/qtsupport/exampleslistmodel.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/qtsupport/exampleslistmodel.h b/src/plugins/qtsupport/exampleslistmodel.h
index 228aafc676..1c25b3a642 100644
--- a/src/plugins/qtsupport/exampleslistmodel.h
+++ b/src/plugins/qtsupport/exampleslistmodel.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef EXAMPLESLISTMODEL_H
-#define EXAMPLESLISTMODEL_H
+#pragma once
#include <QAbstractListModel>
#include <QSortFilterProxyModel>
@@ -236,7 +235,3 @@ private:
} // namespace Internal
} // namespace QtSupport
-
-#endif // EXAMPLESLISTMODEL_H
-
-