aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/src/contextpropertyinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/src/contextpropertyinfo.h')
-rw-r--r--libcontextsubscriber/src/contextpropertyinfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcontextsubscriber/src/contextpropertyinfo.h b/libcontextsubscriber/src/contextpropertyinfo.h
index 3ba6b255..e83aebb9 100644
--- a/libcontextsubscriber/src/contextpropertyinfo.h
+++ b/libcontextsubscriber/src/contextpropertyinfo.h
@@ -85,6 +85,14 @@ signals:
/// signal you can wait (watch) for various keys to become available.
/// \param exists The new state of the key.
void existsChanged(bool exists);
+
+ /// Emitted when the libcontextsubscriber plugin providing the key
+ /// changes, or the construction parameter to give to the plugin
+ /// changes.. The \a plugin is the name of the new plugin
+ /// providing the key and the \a constructionString is the new
+ /// construction parameter to give to the plugin.
+ void pluginChanged(QString plugin, QString constructionString);
+
};
#endif // CONTEXTPROPERTYINFO_H