4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-12 18:49:34 +00:00

Add missing QIODevice include

Fixes build with Qt 5.5
This commit is contained in:
Hrvoje Senjan 2015-01-17 20:12:18 +01:00
parent d4e9444f9d
commit 7207e6285e

@ -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.