summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/beattracker.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/beattracker.hpp')
-rw-r--r--plugin/src/Caelestia/beattracker.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/src/Caelestia/beattracker.hpp b/plugin/src/Caelestia/beattracker.hpp
index a300c20..fda0ddc 100644
--- a/plugin/src/Caelestia/beattracker.hpp
+++ b/plugin/src/Caelestia/beattracker.hpp
@@ -6,6 +6,8 @@
#include <aubio/aubio.h>
#include <qqmlintegration.h>
+namespace caelestia {
+
class BeatTracker : public QObject {
Q_OBJECT
QML_ELEMENT
@@ -45,3 +47,5 @@ private:
void process();
void handleStateChanged(QtAudio::State state) const;
};
+
+} // namespace caelestia