SHA256
1
0
forked from pool/ktorrent

Accepting request 613840 from KDE:Extra

- Add a missing change to fix-build-with-Qt-5_11.patch

OBS-URL: https://build.opensuse.org/request/show/613840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktorrent?expand=0&rev=110
This commit is contained in:
Dominique Leuenberger 2018-06-04 11:22:37 +00:00 committed by Git OBS Bridge
parent 98ba9d3ed1
commit 49e0fdf98e
2 changed files with 46 additions and 10 deletions

View File

@ -1,14 +1,18 @@
commit 16691987fdf035f7cafd6c65f7287639ac4cc27f
Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
Date: Sun Mar 18 19:13:26 2018 +0100
From 16691987fdf035f7cafd6c65f7287639ac4cc27f Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
Date: Sun, 18 Mar 2018 19:13:26 +0100
Subject: Fix build with Qt 5.11 (missing headers)
Fix build with Qt 5.11 (missing headers)
Reviewers: stikonas
Reviewed By: stikonas
Differential Revision: https://phabricator.kde.org/D11456
Reviewers: stikonas
Reviewed By: stikonas
Differential Revision: https://phabricator.kde.org/D11456
---
ktorrent/dialogs/fileselectdlg.cpp | 1 +
ktorrent/groups/groupview.cpp | 1 +
plugins/search/searchprefpage.cpp | 1 +
3 files changed, 3 insertions(+)
diff --git a/ktorrent/dialogs/fileselectdlg.cpp b/ktorrent/dialogs/fileselectdlg.cpp
index 139b4752..ec7d8ede 100644
@ -46,3 +50,30 @@ index 667e7a82..4be6cd5c 100644
#include <QCheckBox>
#include <QFile>
#include <QInputDialog>
--
2.17.0
From c66233cd9f5b87f9e265beae0a16839d3a5645a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <dvratil@kde.org>
Date: Fri, 4 May 2018 00:33:44 +0200
Subject: Fix build against Qt 5.11 (missing includes)
---
plugins/syndication/syndicationactivity.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/syndication/syndicationactivity.cpp b/plugins/syndication/syndicationactivity.cpp
index 61e80396..5736d526 100644
--- a/plugins/syndication/syndicationactivity.cpp
+++ b/plugins/syndication/syndicationactivity.cpp
@@ -21,6 +21,7 @@
#include <QHBoxLayout>
#include <QInputDialog>
#include <QToolButton>
+#include <QAction>
#include <KMainWindow>
#include <KMessageBox>
--
2.17.0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 4 05:39:50 UTC 2018 - christophe@krop.fr
- Add a missing change to fix-build-with-Qt-5_11.patch
-------------------------------------------------------------------
Sat May 26 09:02:43 UTC 2018 - christophe@krop.fr