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