Also make sure you've called Tp::registerTypes() from your main() function (or at least before you call any TelepathyQt4 methods).[1] "Call this function to register the types used before using anything else in the library. "[2]
On 06/17/2011 02:28 PM, David Edmundson wrote: > Add more debug lines, check it's running your MyClass constructor and > put a qDbug at the top of onAccountManagerReady. You should also set Tp::enableDebug(true) and Tp::enableWarnings(true) [3](enableWarnings is not really necessary since it should be enabled by default) in your main() to enable debugging output from telepathy-qt4 Cheers, Daniele [1]http://telepathy.freedesktop.org/wiki/FAQ [2]http://telepathy.freedesktop.org/doc/telepathy-qt4/a00527.html#ab8312af992258c4c971d5dfe745f6ba9 [3]http://telepathy.freedesktop.org/doc/telepathy-qt4/a00534.html _______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
