Add a declaration to QIODevice

It isn't getting #included nor forward-declared at this point. That was
only an indirect inclusion.

qaudiosystem.h:78:24: error: ‘QIODevice’ has not been declared

Change-Id: I5b9121b693bb06414638e8a4664115597da7466f
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Thiago Macieira
2014-08-16 11:28:06 -07:00
committed by Yoann Lopes
parent 778b233bcd
commit 2205ae322b

View File

@@ -43,6 +43,8 @@
QT_BEGIN_NAMESPACE
class QIODevice;
// Required for QDoc workaround
class QString;