diff options
| author | Jan Arne Petersen <jan.petersen@kdab.com> | 2015-04-03 07:19:05 +0200 |
|---|---|---|
| committer | Jan Arne Petersen <jan.petersen@kdab.com> | 2015-04-28 13:21:36 +0000 |
| commit | 5404ba06123c6bf2d90a68abe3ef08d1b2994e6d (patch) | |
| tree | bd7555a2447a4e82345d1a25871f79cc9b23c8bd /src/remoteobjects/qremoteobjectregistrysource.cpp | |
| parent | 974596d449d75938bd882fd1568028d6650e9f53 (diff) | |
Add missing QDataStream includes
Without these includes it fails when compiling against Qt 5.5.
Change-Id: I23fa2f79a6dcba369fd5ea5f6a6dba56fcb9ec75
Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'src/remoteobjects/qremoteobjectregistrysource.cpp')
| -rw-r--r-- | src/remoteobjects/qremoteobjectregistrysource.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remoteobjects/qremoteobjectregistrysource.cpp b/src/remoteobjects/qremoteobjectregistrysource.cpp index ab499e4..89b7304 100644 --- a/src/remoteobjects/qremoteobjectregistrysource.cpp +++ b/src/remoteobjects/qremoteobjectregistrysource.cpp @@ -41,6 +41,8 @@ #include "qremoteobjectregistrysource_p.h" +#include <QDataStream> + QT_BEGIN_NAMESPACE QRegistrySource::QRegistrySource(QObject *parent) |
