[arch-commits] Commit in qca-qt5/trunk (qiodevice.patch)

Antonio Rojas arojas at archlinux.org
Sat Jul 11 07:22:10 UTC 2015


    Date: Saturday, July 11, 2015 @ 09:22:09
  Author: arojas
Revision: 242111

Add patch

Added:
  qca-qt5/trunk/qiodevice.patch

-----------------+
 qiodevice.patch |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Added: qiodevice.patch
===================================================================
--- qiodevice.patch	                        (rev 0)
+++ qiodevice.patch	2015-07-11 07:22:09 UTC (rev 242111)
@@ -0,0 +1,23 @@
+From: Hrvoje Senjan <hrvoje.senjan at gmail.com>
+Date: Sat, 17 Jan 2015 19:12:18 +0000
+Subject: Add missing QIODevice include
+X-Git-Url: http://quickgit.kde.org/?p=qca.git&a=commitdiff&h=7207e6285e932044cd66d49d0dc484666cfb0092
+---
+Add missing QIODevice include
+
+Fixes build with Qt 5.5
+---
+
+
+--- a/include/QtCrypto/qca_basic.h
++++ b/include/QtCrypto/qca_basic.h
+@@ -35,6 +35,8 @@
+ 
+ #include "qca_core.h"
+ 
++#include <QIODevice>
++
+ // Qt5 comes with QStringLiteral for wrapping string literals, which Qt4 does
+ // not have. It is needed if the headers are built with QT_NO_CAST_FROM_ASCII.
+ // Defining it here as QString::fromUtf8 for convenience.
+



More information about the arch-commits mailing list