SOURCES: decibel-types.patch (NEW) - fix types (at least one is correct, th...

shadzik shadzik at pld-linux.org
Wed Nov 19 18:41:58 CET 2008


Author: shadzik                      Date: Wed Nov 19 17:41:58 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix types (at least one is correct, the second one may be broken)

---- Files affected:
SOURCES:
   decibel-types.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/decibel-types.patch
diff -u /dev/null SOURCES/decibel-types.patch:1.1
--- /dev/null	Wed Nov 19 18:41:59 2008
+++ SOURCES/decibel-types.patch	Wed Nov 19 18:41:53 2008
@@ -0,0 +1,22 @@
+--- include/Decibel/types.h	2007-07-27 11:36:15.000000000 +0200
++++ include/Decibel/hmm	2008-11-19 16:45:56.181019750 +0100
+@@ -27,7 +27,7 @@
+ #include <QtDBus/QDBusArgument>
+ #include <QtDBus/QDBusMetaType>
+ 
+-#include <QtTelepathy/Common/BaseTypes>
++#include <QtTelepathy/Common/Types>
+ 
+ namespace QtTapioca
+ {
+--- src/server/connectionfacade.h	2008-11-19 16:52:45.586606000 +0100
++++ src/server/connectionfacade.h-new	2008-11-19 16:53:16.304525750 +0100
+@@ -152,7 +152,7 @@
+ 
+     /** @brief Called by Tapioca whenever a presence was updated. */
+     void onPresenceUpdated(QtTapioca::ContactBase *,
+-                           QtTapioca::ContactBase::Presence,
++                           QtTapioca::PresenceState,
+                            const QString &);
+ 
+     /** @brief Called by Tapioca whenever a Channel was opened. */
================================================================


More information about the pld-cvs-commit mailing list