mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
media-gfx/krita: Add missing QSharedPointer include
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
3a570e3786
commit
5444b98a6f
@ -0,0 +1,27 @@
|
|||||||
|
Source: https://invent.kde.org/graphics/krita/-/merge_requests/2567
|
||||||
|
|
||||||
|
From ccbb2fcf3165bdac384a8264a135e030daa120c5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jonas Rakebrandt <xarblu@protonmail.com>
|
||||||
|
Date: Fri, 12 Dec 2025 21:55:23 +0100
|
||||||
|
Subject: [PATCH] Add missing QSharedPointer include
|
||||||
|
|
||||||
|
Fixes "implicit instantiation of undefined template 'QSharedPointer<KisSignalAutoConnection>'"
|
||||||
|
---
|
||||||
|
libs/global/kis_signal_auto_connection.h | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/libs/global/kis_signal_auto_connection.h b/libs/global/kis_signal_auto_connection.h
|
||||||
|
index ed06e3fab7d..30ef2916c2c 100644
|
||||||
|
--- a/libs/global/kis_signal_auto_connection.h
|
||||||
|
+++ b/libs/global/kis_signal_auto_connection.h
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
#define __KIS_SIGNAL_AUTO_CONNECTOR_H
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
|
+#include <QSharedPointer>
|
||||||
|
#include <QVector>
|
||||||
|
|
||||||
|
/**
|
||||||
|
--
|
||||||
|
GitLab
|
||||||
|
|
||||||
@ -93,6 +93,7 @@ PATCHES=(
|
|||||||
# downstream
|
# downstream
|
||||||
"${FILESDIR}"/${PN}-5.3.0-tests-optional.patch
|
"${FILESDIR}"/${PN}-5.3.0-tests-optional.patch
|
||||||
"${FILESDIR}"/${PN}-5.2.2-fftw.patch # bug 913518
|
"${FILESDIR}"/${PN}-5.2.2-fftw.patch # bug 913518
|
||||||
|
"${FILESDIR}"/${P}-missing-header.patch # git master
|
||||||
)
|
)
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user