summaryrefslogtreecommitdiffstats
path: root/src/controllers/controllerpresetinfoenumerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/controllerpresetinfoenumerator.h')
-rw-r--r--src/controllers/controllerpresetinfoenumerator.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/controllers/controllerpresetinfoenumerator.h b/src/controllers/controllerpresetinfoenumerator.h
index 07a71dfd10..03f2fd859f 100644
--- a/src/controllers/controllerpresetinfoenumerator.h
+++ b/src/controllers/controllerpresetinfoenumerator.h
@@ -1,11 +1,4 @@
-/**
-* @file controllerpresetinfoenumerator.h
-* @author Be be.0@gmx.com
-* @date Sat Jul 18 2015
-* @brief Enumerate list of available controller mapping presets
-*/
-#ifndef CONTROLLERPRESETINFOENUMERATOR_H
-#define CONTROLLERPRESETINFOENUMERATOR_H
+#pragma once
#include <QList>
#include <QString>
@@ -13,6 +6,7 @@
#include "controllers/controllerpresetinfo.h"
+/// Enumerate list of available controller mapping presets
class PresetInfoEnumerator {
public:
PresetInfoEnumerator(const QString& searchPath);
@@ -30,5 +24,3 @@ class PresetInfoEnumerator {
QList<PresetInfo> m_midiPresets;
QList<PresetInfo> m_bulkPresets;
};
-
-#endif