mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
qt5: don't forward declare QStyleOptionViewItemV4, we need the include for the typedef
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
#ifndef TOMAHAWKUTILSGUI_H
|
#ifndef TOMAHAWKUTILSGUI_H
|
||||||
#define TOMAHAWKUTILSGUI_H
|
#define TOMAHAWKUTILSGUI_H
|
||||||
|
|
||||||
|
#include "TomahawkUtils.h"
|
||||||
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include <QSize>
|
#include <QSize>
|
||||||
#include <QModelIndex>
|
#include <QModelIndex>
|
||||||
#include <QColor>
|
#include <QColor>
|
||||||
@@ -27,11 +30,10 @@
|
|||||||
#include <QTextOption>
|
#include <QTextOption>
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
|
|
||||||
#include "TomahawkUtils.h"
|
// include contains typedefs for Qt4/Qt5 compatibility
|
||||||
#include "DllMacro.h"
|
#include <QStyleOption>
|
||||||
|
|
||||||
class PlayableItem;
|
class PlayableItem;
|
||||||
class QStyleOptionViewItemV4;
|
|
||||||
class QPainter;
|
class QPainter;
|
||||||
class QPixmap;
|
class QPixmap;
|
||||||
class QLayout;
|
class QLayout;
|
||||||
|
Reference in New Issue
Block a user