Luigi Baldoni
fc6337ed80
- Update to version 0.2.17 (no changelog supplied) - Refreshed 0001-Fix-build-with-Qt-5.15.patch OBS-URL: https://build.opensuse.org/request/show/882157 OBS-URL: https://build.opensuse.org/package/show/graphics/tupitube?expand=0&rev=13
36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
From 05c79e59b74c137227b87dea2a37a8a3453254c5 Mon Sep 17 00:00:00 2001
|
|
From: Christophe Giboudeaux <christophe@krop.fr>
|
|
Date: Thu, 4 Jun 2020 23:47:00 +0200
|
|
Subject: [PATCH] Fix build with Qt 5.15
|
|
|
|
---
|
|
src/components/exposure/tupexposuretable.cpp | 2 ++
|
|
src/framework/gui/tslider.cpp | 1 +
|
|
2 files changed, 3 insertions(+)
|
|
|
|
Index: tupitube.desk/src/components/exposure/tupexposuretable.cpp
|
|
===================================================================
|
|
--- tupitube.desk.orig/src/components/exposure/tupexposuretable.cpp
|
|
+++ tupitube.desk/src/components/exposure/tupexposuretable.cpp
|
|
@@ -36,6 +36,8 @@
|
|
#include "tupexposuretable.h"
|
|
#include "tconfig.h"
|
|
|
|
+#include <QPainterPath>
|
|
+
|
|
class TUPITUBE_EXPORT TupExposureVerticalHeader : public QHeaderView
|
|
{
|
|
public:
|
|
Index: tupitube.desk/src/framework/gui/tslider.cpp
|
|
===================================================================
|
|
--- tupitube.desk.orig/src/framework/gui/tslider.cpp
|
|
+++ tupitube.desk/src/framework/gui/tslider.cpp
|
|
@@ -38,6 +38,7 @@
|
|
#include "tapplicationproperties.h"
|
|
|
|
#include <QDesktopWidget>
|
|
+#include <QPainterPath>
|
|
|
|
TSlider::TSlider(Qt::Orientation orientation, TSlider::Mode mode, const QColor &start, const QColor &end, QWidget *parent) : QGraphicsView(parent)
|
|
{
|