From 59d269d6311d0910828e9a15ac8626c2c9a9bfb4 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 28 Oct 2010 14:42:17 +0200 Subject: [PATCH] * Remote-control Tomahawk via the XMPPBot: e.g. 'play Beatles - Yesterday' --- src/xmppbot/xmppbot.cpp | 33 ++++++++++++++++++++++++++++++--- src/xmppbot/xmppbot.h | 3 +++ 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/src/xmppbot/xmppbot.cpp b/src/xmppbot/xmppbot.cpp index 0869b2688..36959b64c 100644 --- a/src/xmppbot/xmppbot.cpp +++ b/src/xmppbot/xmppbot.cpp @@ -2,6 +2,7 @@ #include "tomahawk/tomahawkapp.h" #include "tomahawk/infosystem.h" +#include "tomahawk/typedefs.h" #include #include