mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-13 20:39:57 +01:00
Compile
This commit is contained in:
parent
e4b90e6305
commit
d154c141fb
@ -23,6 +23,8 @@
|
||||
#include <QTextOption>
|
||||
|
||||
#include "dllmacro.h"
|
||||
#include "typedefs.h"
|
||||
|
||||
|
||||
namespace Tomahawk {
|
||||
class PixmapDelegateFader;
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <QTextOption>
|
||||
|
||||
#include "dllmacro.h"
|
||||
#include <signal.h>
|
||||
#include "typedefs.h"
|
||||
|
||||
namespace Tomahawk {
|
||||
class PixmapDelegateFader;
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
#include "dllmacro.h"
|
||||
#include "typedefs.h"
|
||||
|
||||
namespace Tomahawk {
|
||||
class PixmapDelegateFader;
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <QSharedPointer>
|
||||
#include <QUuid>
|
||||
#include <QPair>
|
||||
#include <QPersistentModelIndex>
|
||||
#include <boost/function.hpp>
|
||||
|
||||
//template <typename T> class QSharedPointer;
|
||||
@ -90,4 +91,6 @@ inline static QString uuid()
|
||||
return q;
|
||||
}
|
||||
|
||||
Q_DECLARE_METATYPE( QPersistentModelIndex )
|
||||
|
||||
#endif // TYPEDEFS_H
|
||||
|
@ -146,7 +146,6 @@ private:
|
||||
QWeakPointer< QxtHttpSessionManager > m_session;
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE( QPersistentModelIndex )
|
||||
Q_DECLARE_METATYPE( PairList )
|
||||
|
||||
#endif // TOMAHAWKAPP_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user