diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-15 21:06:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-15 21:10:32 +0100 |
commit | bcdf8dffe47f2dc08a6520b1b4bc7c404392cd84 (patch) | |
tree | db0493f4fd516a17da74de7425d34af3525a75db /sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch | |
parent | media-gfx/photoqt: Drop 1.5.1-r1 (diff) | |
download | gentoo-bcdf8dffe47f2dc08a6520b1b4bc7c404392cd84.tar.gz gentoo-bcdf8dffe47f2dc08a6520b1b4bc7c404392cd84.tar.bz2 gentoo-bcdf8dffe47f2dc08a6520b1b4bc7c404392cd84.zip |
sci-astronomy/kstars: Drop 2.9.5
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch')
-rw-r--r-- | sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch b/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch deleted file mode 100644 index 72d4b8e4a48a..000000000000 --- a/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch +++ /dev/null @@ -1,31 +0,0 @@ -From cf510e4aee93bf1392df8e35931ba9bb9a07fc16 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Wed, 25 Apr 2018 22:05:50 +0200 -Subject: [PATCH] Fix build with Qt 5.11 (missing QDoubleValidator) - -Reviewers: mutlaqja - -Subscribers: #kde_edu - -Tags: #kde_edu - -Differential Revision: https://phabricator.kde.org/D12525 ---- - kstars/dialogs/focusdialog.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/kstars/dialogs/focusdialog.cpp b/kstars/dialogs/focusdialog.cpp -index d09ce9273..b264ee5c9 100644 ---- a/kstars/dialogs/focusdialog.cpp -+++ b/kstars/dialogs/focusdialog.cpp -@@ -24,6 +24,7 @@ - #include "skyobjects/skypoint.h" - - #include <KLocalizedString> -+#include <QDoubleValidator> - #include <KMessageBox> - #include <QPushButton> - --- -2.17.0 - |