mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-16 22:08:17 +01:00
Fix build with Qt 5.15 (missing QPainterPath)
This commit is contained in:
parent
777b312191
commit
4fb44c931b
@ -28,6 +28,7 @@
|
||||
#include <QApplication>
|
||||
#include <QHideEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPaintEvent>
|
||||
#include <QShowEvent>
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
#include <QLayout>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPixmap>
|
||||
#include <QBitmap>
|
||||
#include <QPalette>
|
||||
|
@ -19,6 +19,8 @@
|
||||
#include "DropDownButton.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QPaintEvent>
|
||||
#include <QPainterPath>
|
||||
|
||||
#include "Artist.h"
|
||||
#include "Album.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <QPixmap>
|
||||
#include <QPaintEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
|
||||
using namespace Tomahawk;
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <QApplication>
|
||||
#include <QPaintEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QVBoxLayout>
|
||||
#include <QHBoxLayout>
|
||||
|
@ -19,10 +19,11 @@
|
||||
|
||||
#include "SearchButton.h"
|
||||
|
||||
#include <qcompleter.h>
|
||||
#include <qevent.h>
|
||||
#include <qlineedit.h>
|
||||
#include <qpainter.h>
|
||||
#include <QCompleter>
|
||||
#include <QEvent>
|
||||
#include <QLineEdit>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
|
||||
SearchButton::SearchButton(QWidget *parent)
|
||||
: QAbstractButton(parent)
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include <QDebug>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPaintEvent>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPropertyAnimation>
|
||||
#include <QStyleOptionButton>
|
||||
#include <QPixmap>
|
||||
|
@ -29,8 +29,9 @@
|
||||
#include "Source.h"
|
||||
#include "Track.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QDialog>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPropertyAnimation>
|
||||
|
||||
#define ARROW_HEIGHT 6
|
||||
|
Loading…
x
Reference in New Issue
Block a user