mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
Fix indent
This commit is contained in:
@@ -23,11 +23,11 @@
|
|||||||
#include "query.h"
|
#include "query.h"
|
||||||
|
|
||||||
#include "infosystem/infosystem.h"
|
#include "infosystem/infosystem.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <QMimeData>
|
#include <QMimeData>
|
||||||
|
|
||||||
|
|
||||||
class DLLEXPORT DropJob : public QObject
|
class DLLEXPORT DropJob : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@@ -58,8 +58,8 @@ public:
|
|||||||
|
|
||||||
enum DropAction {
|
enum DropAction {
|
||||||
|
|
||||||
Append = 0x0,
|
Append = 0x00,
|
||||||
Create = 0x1
|
Create = 0x01
|
||||||
|
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(DropActions, DropAction)
|
Q_DECLARE_FLAGS(DropActions, DropAction)
|
||||||
@@ -85,9 +85,7 @@ signals:
|
|||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void expandedUrls( QStringList );
|
void expandedUrls( QStringList );
|
||||||
|
|
||||||
void onTracksAdded( const QList<Tomahawk::query_ptr>& );
|
void onTracksAdded( const QList<Tomahawk::query_ptr>& );
|
||||||
|
|
||||||
void infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output );
|
void infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user