forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-irc/konversation: Fix build with Qt 5.11
Package-Manager: Portage-2.3.24, Repoman-2.3.6
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From 5740a0fdb6805c2e26dce20555a946da8485fe50 Mon Sep 17 00:00:00 2001 | ||
From: Andreas Sturmlechner <[email protected]> | ||
Date: Mon, 19 Mar 2018 17:13:30 +0100 | ||
Subject: [PATCH] Fix build with Qt 5.11 (missing QTabWidget) | ||
|
||
Reviewers: #konversation | ||
|
||
Differential Revision: https://phabricator.kde.org/D11490 | ||
--- | ||
src/dcc/transferdetailedinfopanel.h | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/src/dcc/transferdetailedinfopanel.h b/src/dcc/transferdetailedinfopanel.h | ||
index e8debbc0..0e7391de 100644 | ||
--- a/src/dcc/transferdetailedinfopanel.h | ||
+++ b/src/dcc/transferdetailedinfopanel.h | ||
@@ -16,6 +16,7 @@ | ||
#include "ui_transferdetailedinfopanelui.h" | ||
#include "ui_transferdetailedtimeinfopanelui.h" | ||
|
||
+#include <QTabWidget> | ||
|
||
class QTimer; | ||
|
||
-- | ||
2.16.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters