summaryrefslogtreecommitdiffstats
path: root/qtspotifymain.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-22 11:11:24 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-22 11:11:24 +0100
commite33b15c0bd75c1a115bf4d9f4159839368cceb13 (patch)
treec852c305370f2e66a2f7b30e7b90f924307e8643 /qtspotifymain.h
parent0b6fc109a7a2b4569afe21cc32627c9a0455ba6a (diff)
Make qtspotify work with latest version of despotifyHEADmaster
Add ALSA backend written by Jørgen Lind
Diffstat (limited to 'qtspotifymain.h')
-rw-r--r--qtspotifymain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtspotifymain.h b/qtspotifymain.h
index e2bdf1e..2541a8c 100644
--- a/qtspotifymain.h
+++ b/qtspotifymain.h
@@ -26,6 +26,7 @@
#define QTSPOTIFYMAIN_H
#include "ui_qtspotify.h"
+#include "audiooutput.h"
#include <QtGui/QMainWindow>
@@ -144,6 +145,7 @@ private:
LogInDialog *m_logInDialog;
+ AudioOutput m_audio;
};
#endif // QTSPOTIFYMAIN_H