From 869640b2e229721582fb20b06173ab969a5e8005 Mon Sep 17 00:00:00 2001 From: hugolm84 Date: Tue, 6 Sep 2011 14:21:14 +0200 Subject: [PATCH] Fix indent --- src/libtomahawk/dropjob.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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: