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:
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user