aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/src/contextkitplugin.h
diff options
context:
space:
mode:
authorAkos PASZTORY <ext-akos.pasztory@nokia.com>2009-11-27 14:41:26 +0200
committerAkos PASZTORY <ext-akos.pasztory@nokia.com>2009-11-27 14:41:26 +0200
commitad7e583c1dbaee1358061fe9fc675e1e7637b17f (patch)
treed1ac59c84e328c1f35d1c088855a88fb2163321d /libcontextsubscriber/src/contextkitplugin.h
parentd39086c3b2ab546017a8ea4ad58bdb8538603da4 (diff)
libcontextsubscriber: demarshall complex values for the old procotol too
Diffstat (limited to 'libcontextsubscriber/src/contextkitplugin.h')
-rw-r--r--libcontextsubscriber/src/contextkitplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcontextsubscriber/src/contextkitplugin.h b/libcontextsubscriber/src/contextkitplugin.h
index 3bb7b50f..c0adb555 100644
--- a/libcontextsubscriber/src/contextkitplugin.h
+++ b/libcontextsubscriber/src/contextkitplugin.h
@@ -116,6 +116,7 @@ private:
static const QString corePrefix; ///< /org/maemo/contextkit/
};
+QVariant demarshallValue(const QVariant &v);
}