File: 0009-Fully-specify-all-types-used-in-header.patch

package info (click to toggle)
maliit-framework 2.3.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,184 kB
  • sloc: cpp: 13,117; ansic: 2,506; xml: 299; makefile: 46; sh: 34; sed: 4
file content (20 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
Date: Sat, 12 Oct 2024 19:33:03 +0200
Subject: Fully specify all types used in header

---
 common/maliit/namespace.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/maliit/namespace.h b/common/maliit/namespace.h
index 2e47b17..5f96372 100644
--- a/common/maliit/namespace.h
+++ b/common/maliit/namespace.h
@@ -14,6 +14,7 @@
 #ifndef MALIIT_NAMESPACE_H
 #define MALIIT_NAMESPACE_H
 
+#include <QList>
 #include <QMetaType>
 #include <QSharedPointer>