summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r--src/libs/client/Store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h
index 8407c9fb..44ca5c70 100644
--- a/src/libs/client/Store.h
+++ b/src/libs/client/Store.h
@@ -55,6 +55,7 @@ public:
const map<string, CountedPtr<PluginModel> >& plugins() const { return m_plugins; }
+ sigc::signal<void, CountedPtr<ObjectModel> > new_object_sig;
private:
void add_object(CountedPtr<ObjectModel> object);