telepathy-qt: Add missing QObject include

David Edmundson davidedmundson at kemper.freedesktop.org
Fri Mar 27 08:32:05 PDT 2015


Module: telepathy-qt
Branch: master
Commit: 494a955128a193382a698ee3d71071d8ff8388e9
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=494a955128a193382a698ee3d71071d8ff8388e9

Author: RĂ©mi Benoit <r3m1.benoit at gmail.com>
Date:   Fri Mar 27 12:57:54 2015 +0100

Add missing QObject include

Needed to build against Qt 5.5 as QStringList doesn't include QObject anymore.

---

 TelepathyQt/readiness-helper.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/TelepathyQt/readiness-helper.h b/TelepathyQt/readiness-helper.h
index d570d17..fea4538 100644
--- a/TelepathyQt/readiness-helper.h
+++ b/TelepathyQt/readiness-helper.h
@@ -33,6 +33,7 @@
 #include <QSet>
 #include <QSharedDataPointer>
 #include <QStringList>
+#include <QObject>
 
 class QDBusError;
 



More information about the telepathy-commits mailing list