mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix indent
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
#include "query.h"
|
||||
|
||||
#include "infosystem/infosystem.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QStringList>
|
||||
#include <QMimeData>
|
||||
|
||||
|
||||
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<Tomahawk::query_ptr>& );
|
||||
|
||||
void infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output );
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user