Commit ecc283e6 authored by Thiago Macieira's avatar Thiago Macieira
Browse files

Add missing #include for QDataStream


main.cpp:542:22: error: variable ‘QDataStream s’ has initializer but incomplete type
qm.cpp:236:16: error: ambiguous overload for ‘operator<<’ (operand types are ‘QDataStream’ and ‘quint8 {aka unsigned char}’)

Change-Id: Ie54f6b8e0362bb5d501a9ce58fd206d32fb3b697
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
Showing with 2 additions and 0 deletions
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include <private/qhelpgenerator_p.h> #include <private/qhelpgenerator_p.h>
#include <private/qhelpprojectdata_p.h> #include <private/qhelpprojectdata_p.h>
#include <QtCore/QDataStream>
#include <QtCore/QDir> #include <QtCore/QDir>
#include <QtCore/QMap> #include <QtCore/QMap>
#include <QtCore/QFileInfo> #include <QtCore/QFileInfo>
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#ifndef QT_BOOTSTRAPPED #ifndef QT_BOOTSTRAPPED
#include <QtCore/QCoreApplication> #include <QtCore/QCoreApplication>
#endif #endif
#include <QtCore/QDataStream>
#include <QtCore/QDebug> #include <QtCore/QDebug>
#include <QtCore/QDir> #include <QtCore/QDir>
#include <QtCore/QFile> #include <QtCore/QFile>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment