telepathy-qt: Added QVariantMap include to FileTransferChannelCreationProperties.
Alexandr Akulich
kaffeine at kemper.freedesktop.org
Sun Jun 12 11:22:29 UTC 2016
Module: telepathy-qt
Branch: master
Commit: a0fc4812380ce96cdddc6f2ab4009451263be9fb
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=a0fc4812380ce96cdddc6f2ab4009451263be9fb
Author: Alexandr Akulich <akulichalexander at gmail.com>
Date: Sun Jun 12 15:45:16 2016 +0500
Added QVariantMap include to FileTransferChannelCreationProperties.
Fixes build with Qt4, broken after 0b50d12a56e619e93f6b0943399e5fa4d45c4c92.
---
TelepathyQt/file-transfer-channel-creation-properties.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/TelepathyQt/file-transfer-channel-creation-properties.h b/TelepathyQt/file-transfer-channel-creation-properties.h
index 3e1c5b6..ac72ef8 100644
--- a/TelepathyQt/file-transfer-channel-creation-properties.h
+++ b/TelepathyQt/file-transfer-channel-creation-properties.h
@@ -34,6 +34,7 @@
#include <QMetaType>
#include <QSharedDataPointer>
#include <QString>
+#include <QVariantMap>
namespace Tp
{
More information about the telepathy-commits
mailing list