summaryrefslogtreecommitdiffstats
path: root/src/library/browse/browsefeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/browse/browsefeature.h')
-rw-r--r--src/library/browse/browsefeature.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/library/browse/browsefeature.h b/src/library/browse/browsefeature.h
index 0665a96b3c..47d1b291e1 100644
--- a/src/library/browse/browsefeature.h
+++ b/src/library/browse/browsefeature.h
@@ -1,8 +1,7 @@
// browsefeature.h
// Created 9/8/2009 by RJ Ryan (rryan@mit.edu)
-#ifndef BROWSEFEATURE_H
-#define BROWSEFEATURE_H
+#pragma once
#include <QStringListModel>
#include <QSortFilterProxyModel>
@@ -80,5 +79,3 @@ class BrowseFeature : public LibraryFeature {
QIcon m_icon;
QPointer<WLibrarySidebar> m_pSidebarWidget;
};
-
-#endif // BROWSEFEATURE_H