summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-09-24 00:00:02 +0200
committerMichael Palimaka <kensington@gentoo.org>2015-09-25 05:13:54 +1000
commit8144af61e7bb3fa892bbc5d563bc7a5b5074e2ee (patch)
treeab8fab54d450f0ea8c7d08ee7ac68b46f50f0085 /app-crypt/qca/files
parentsci-geosciences/qgis: Drop old (diff)
downloadgentoo-8144af61e7bb3fa892bbc5d563bc7a5b5074e2ee.tar.gz
gentoo-8144af61e7bb3fa892bbc5d563bc7a5b5074e2ee.tar.bz2
gentoo-8144af61e7bb3fa892bbc5d563bc7a5b5074e2ee.zip
app-crypt/qca: Add upstream fix to use Q_SLOTS/Q_SIGNALS
Fixes build of kde-plasma/plasma-nm-9999 (and possibly others) RR: https://git.reviewboard.kde.org/r/125289/ Upstream Commit: 66b9754170759d9333d5fc1e348642814d0310dd Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-crypt/qca/files')
-rw-r--r--app-crypt/qca/files/qca-2.1.0.3-fix-signals-slots.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-crypt/qca/files/qca-2.1.0.3-fix-signals-slots.patch b/app-crypt/qca/files/qca-2.1.0.3-fix-signals-slots.patch
new file mode 100644
index 000000000000..d03a178a3c25
--- /dev/null
+++ b/app-crypt/qca/files/qca-2.1.0.3-fix-signals-slots.patch
@@ -0,0 +1,28 @@
+From: Jan Grulich <jgrulich@redhat.com>
+Date: Thu, 17 Sep 2015 14:14:24 +0000
+Subject: Use Q_SLOTS/Q_SIGNALS instead of slots/signals in all headers from include dir
+X-Git-Url: http://quickgit.kde.org/?p=qca.git&a=commitdiff&h=66b9754170759d9333d5fc1e348642814d0310dd
+---
+Use Q_SLOTS/Q_SIGNALS instead of slots/signals in all headers from include dir
+REVIEW:125289
+---
+
+
+--- a/include/QtCrypto/qca_safetimer.h
++++ b/include/QtCrypto/qca_safetimer.h
+@@ -44,12 +44,12 @@
+ void setSingleShot(bool singleShot);
+ int timerId() const;
+
+-public slots:
++public Q_SLOTS:
+ void start(int msec);
+ void start();
+ void stop();
+
+-signals:
++Q_SIGNALS:
+ void timeout();
+
+ protected:
+