summaryrefslogtreecommitdiffstats
path: root/src/controllers/dlgprefcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/dlgprefcontroller.h')
-rw-r--r--src/controllers/dlgprefcontroller.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/controllers/dlgprefcontroller.h b/src/controllers/dlgprefcontroller.h
index 844e61f262..8b114d9719 100644
--- a/src/controllers/dlgprefcontroller.h
+++ b/src/controllers/dlgprefcontroller.h
@@ -1,10 +1,4 @@
-/// @file dlgprefcontroller.h
-/// @author Sean M. Pappalardo spappalardo@mixxx.org
-/// @date Mon May 2 2011
-/// @brief Configuration dialog for a single DJ controller
-
-#ifndef DLGPREFCONTROLLER_H
-#define DLGPREFCONTROLLER_H
+#pragma once
#include <QHash>
#include <QSortFilterProxyModel>
@@ -23,6 +17,7 @@ class Controller;
class ControllerManager;
class PresetInfoEnumerator;
+/// Configuration dialog for a single DJ controller
class DlgPrefController : public DlgPreferencePage {
Q_OBJECT
public:
@@ -122,5 +117,3 @@ class DlgPrefController : public DlgPreferencePage {
QSortFilterProxyModel* m_pOutputProxyModel;
bool m_bDirty;
};
-
-#endif /*DLGPREFCONTROLLER_H*/