1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00
This commit is contained in:
Leo Franchi 2012-04-06 21:23:21 -04:00
parent e4b90e6305
commit d154c141fb
5 changed files with 7 additions and 2 deletions

View File

@ -23,6 +23,8 @@
#include <QTextOption>
#include "dllmacro.h"
#include "typedefs.h"
namespace Tomahawk {
class PixmapDelegateFader;

View File

@ -24,7 +24,7 @@
#include <QTextOption>
#include "dllmacro.h"
#include <signal.h>
#include "typedefs.h"
namespace Tomahawk {
class PixmapDelegateFader;

View File

@ -22,6 +22,7 @@
#include <QStyledItemDelegate>
#include "dllmacro.h"
#include "typedefs.h"
namespace Tomahawk {
class PixmapDelegateFader;

View File

@ -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

View File

@ -146,7 +146,6 @@ private:
QWeakPointer< QxtHttpSessionManager > m_session;
};
Q_DECLARE_METATYPE( QPersistentModelIndex )
Q_DECLARE_METATYPE( PairList )
#endif // TOMAHAWKAPP_H