]> git.pld-linux.org Git - packages/decibel.git/commitdiff
- fix types (at least one is correct, the second one may be broken)
authorshadzik <shadzik@pld-linux.org>
Wed, 19 Nov 2008 17:41:53 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    decibel-types.patch -> 1.1

decibel-types.patch [new file with mode: 0644]

diff --git a/decibel-types.patch b/decibel-types.patch
new file mode 100644 (file)
index 0000000..4d7c23f
--- /dev/null
@@ -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. */
This page took 0.055041 seconds and 4 git commands to generate.