aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilernotesmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilernotesmodel.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilernotesmodel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilernotesmodel.h b/src/plugins/qmlprofiler/qmlprofilernotesmodel.h
index d078c3ca07..c5bc56bb85 100644
--- a/src/plugins/qmlprofiler/qmlprofilernotesmodel.h
+++ b/src/plugins/qmlprofiler/qmlprofilernotesmodel.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef QMLPROFILERNOTESMODEL_H
-#define QMLPROFILERNOTESMODEL_H
+#pragma once
#include "qmlprofilermodelmanager.h"
#include "timeline/timelinenotesmodel.h"
@@ -47,4 +46,3 @@ protected:
int add(int typeId, qint64 startTime, qint64 duration, const QString &text);
};
} // namespace QmlProfiler
-#endif // QMLPROFILERNOTESMODEL_H