summaryrefslogtreecommitdiffstats
path: root/src/library/recording
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/recording')
-rw-r--r--src/library/recording/recordingfeature.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/library/recording/recordingfeature.h b/src/library/recording/recordingfeature.h
index 2fb8234f73..291d3b47a0 100644
--- a/src/library/recording/recordingfeature.h
+++ b/src/library/recording/recordingfeature.h
@@ -1,8 +1,7 @@
// recordingfeature.h
// Created 03/26/2010 by Tobias Rafreider
-#ifndef RECORDING_FEATURE_H
-#define RECORDING_FEATURE_H
+#pragma once
#include <QStringListModel>
#include <QSortFilterProxyModel>
@@ -45,5 +44,3 @@ class RecordingFeature final : public LibraryFeature {
FolderTreeModel m_childModel;
};
-
-#endif