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.
media-gfx/krita: Drop obsolete header, fix build with Qt-5.9
Reported-by: Vasco Gervasi <[email protected]> Gentoo-bug: 621420 Package-Manager: Portage-2.3.6, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
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,24 @@ | ||
From 2f59d0d1d91e3f79342c20d0df68aa9a51817e8d Mon Sep 17 00:00:00 2001 | ||
From: Luca Beltrame <[email protected]> | ||
Date: Sat, 6 May 2017 16:00:21 +0200 | ||
Subject: [PATCH] Drop QForeachContainer include and fix Qt 5.9 build | ||
|
||
It's not used anywhere. | ||
|
||
Acked by boud. | ||
--- | ||
libs/ui/KisResourceBundleManifest.cpp | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/libs/ui/KisResourceBundleManifest.cpp b/libs/ui/KisResourceBundleManifest.cpp | ||
index e4f94ca788..83761657d8 100644 | ||
--- a/libs/ui/KisResourceBundleManifest.cpp | ||
+++ b/libs/ui/KisResourceBundleManifest.cpp | ||
@@ -22,7 +22,6 @@ | ||
#include <QDomElement> | ||
#include <QDomNode> | ||
#include <QDomNodeList> | ||
-#include <QForeachContainer> | ||
|
||
#include <KoXmlNS.h> | ||
#include <KoXmlReader.h> |
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