diff --git a/src/libtomahawk/dropjob.h b/src/libtomahawk/dropjob.h index 24506ac4a..cc4267633 100644 --- a/src/libtomahawk/dropjob.h +++ b/src/libtomahawk/dropjob.h @@ -23,11 +23,11 @@ #include "query.h" #include "infosystem/infosystem.h" - #include #include #include + class DLLEXPORT DropJob : public QObject { Q_OBJECT @@ -58,8 +58,8 @@ public: enum DropAction { - Append = 0x0, - Create = 0x1 + Append = 0x00, + Create = 0x01 }; Q_DECLARE_FLAGS(DropActions, DropAction) @@ -85,9 +85,7 @@ signals: private slots: void expandedUrls( QStringList ); - void onTracksAdded( const QList& ); - void infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output ); private: