commit: 149af2a5e6d436e8a30232a0d1636eebcef5a6cb Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue Mar 22 18:53:43 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 18:53:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=149af2a5
kde-apps/kteatime: Remove unused patch Package-Manager: portage-2.2.28 .../kteatime-15.11.80-kcrash-initialise.patch | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/kde-apps/kteatime/files/kteatime-15.11.80-kcrash-initialise.patch b/kde-apps/kteatime/files/kteatime-15.11.80-kcrash-initialise.patch deleted file mode 100644 index 3a67bb2..0000000 --- a/kde-apps/kteatime/files/kteatime-15.11.80-kcrash-initialise.patch +++ /dev/null @@ -1,28 +0,0 @@ -commit 8edb1db4016fc90a8406e4e0c5d1a04378f72e5f -Author: Andreas Sturmlechner <[email protected]> -Date: Tue Dec 1 23:47:36 2015 +0100 - - Initialise KCrash for DrKonqui integration. - -diff --git a/src/main.cpp b/src/main.cpp -index 2b5d8cc..665a92d 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -22,6 +22,7 @@ - #include <QCommandLineParser> - - #include <KAboutData> -+#include <KCrash> - #include <KLocalizedString> - - -@@ -44,6 +45,9 @@ int main (int argc, char *argv[]) - ) - ); - -+ // TODO: for >=KF5.15 use KCrash::initialize(); -+ KCrash::setCrashHandler(KCrash::defaultCrashHandler); -+ - aboutData.addAuthor(i18n("Stefan Böhmann"), i18n("Current maintainer"), QStringLiteral("[email protected]"), QStringLiteral("http://www.hilefoks.org"), QStringLiteral("hilefoks")); - aboutData.addAuthor(i18n("Matthias Hoelzer-Kluepfel"), QString(), QStringLiteral("[email protected]")); - aboutData.addAuthor(i18n("Martin Willers"), QString(), QStringLiteral("[email protected]"));
