summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/main.cpp')
-rw-r--r--AudioManagerDaemon/main.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/AudioManagerDaemon/main.cpp b/AudioManagerDaemon/main.cpp
index a31c2db..703c434 100644
--- a/AudioManagerDaemon/main.cpp
+++ b/AudioManagerDaemon/main.cpp
@@ -22,11 +22,8 @@
*
*
*/
-/**
- * \file The main file of the AudioManager
- */
-#include <QtCore>
-#include <QCoreApplication>
+
+#include <QtCore/qcoreapplication.h>
#include "audioManagerIncludes.h"
/**
* \todo: write some documentation about Plugin mechanism
@@ -37,8 +34,7 @@ Q_IMPORT_PLUGIN(RoutingPlugin)
Q_IMPORT_PLUGIN(RoutingJackPlugin)
//put here all plugins that you want to use with the hooks. No more modification needed (besides adoption of the CMakeList) !
Q_IMPORT_PLUGIN(TestPlugin)
-DLT_DECLARE_CONTEXT(AudioManager)
-;
+DLT_DECLARE_CONTEXT(AudioManager);
int main(int argc, char *argv[]) {
QCoreApplication a(argc, argv);