summaryrefslogtreecommitdiff
path: root/sci-astronomy/kstars/files/kstars-3.6.6-missing-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/kstars/files/kstars-3.6.6-missing-headers.patch')
-rw-r--r--sci-astronomy/kstars/files/kstars-3.6.6-missing-headers.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-astronomy/kstars/files/kstars-3.6.6-missing-headers.patch b/sci-astronomy/kstars/files/kstars-3.6.6-missing-headers.patch
deleted file mode 100644
index 22ec88b215f9..000000000000
--- a/sci-astronomy/kstars/files/kstars-3.6.6-missing-headers.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 8f749bd3ae3d052c9b38fecbb40c5180348e2787 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Tue, 1 Aug 2023 11:17:03 +0200
-Subject: [PATCH] Add missing Qt headers
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- kstars/dialogs/finddialog.cpp | 1 +
- kstars/dialogs/fovdialog.cpp | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/kstars/dialogs/finddialog.cpp b/kstars/dialogs/finddialog.cpp
-index 77df85c49..188e8c8ad 100644
---- a/kstars/dialogs/finddialog.cpp
-+++ b/kstars/dialogs/finddialog.cpp
-@@ -20,6 +20,7 @@
- #include "catalogscomponent.h"
- #include <KMessageBox>
-
-+#include <QPointer>
- #include <QSortFilterProxyModel>
- #include <QStringListModel>
- #include <QTimer>
-diff --git a/kstars/dialogs/fovdialog.cpp b/kstars/dialogs/fovdialog.cpp
-index d45727967..3d7d35853 100644
---- a/kstars/dialogs/fovdialog.cpp
-+++ b/kstars/dialogs/fovdialog.cpp
-@@ -9,6 +9,7 @@
- #include <QFile>
- #include <QFrame>
- #include <QPainter>
-+#include <QPointer>
- #include <QTextStream>
- #include <QPaintEvent>
- #include <QDebug>
---
-2.41.0
-