aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/src/contextkitplugin.h
diff options
context:
space:
mode:
authorMarja Hassinen <marja.hassinen@nokia.com>2010-12-17 16:28:22 +0200
committerMarja Hassinen <marja.hassinen@nokia.com>2010-12-17 16:28:22 +0200
commit672eadf9c8ec967076c7fe8ab011872bfa18f63a (patch)
treef632dc57f221b28609da248e1ef36fc9e5081788 /libcontextsubscriber/src/contextkitplugin.h
parent762c0ac25a79d7dda13c82dc592495a745f1f8d7 (diff)
lcs: fixing the waitForSubscriptionAndBlock.
The subscription wasn't really happening (only scheduled), but now it is. This version still suffers from a "multiple subscribe" problem; the Subscribe D-Bus call is sent twice.
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 3215d882..abeebc7c 100644
--- a/libcontextsubscriber/src/contextkitplugin.h
+++ b/libcontextsubscriber/src/contextkitplugin.h
@@ -117,6 +117,7 @@ private:
QHash<QString, QString> objectPathToKey;
QHash<QString, PendingSubscribeWatcher*> pendingWatchers;
+ QSet<QString> pendingKeys;
};
QVariant demarshallValue(const QVariant &v);