summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/controller.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-01 15:31:49 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-01 15:33:04 +0100
commit787c2aaaa5ee256a9467aef73f61887b93894ec9 (patch)
treeda8e7b8c086859963e8ebd70b35f1c5f825b4a8d /framework/src/domain/controller.h
parent3b0008b8075f51f18bb50bd8a01e6b03b7bc540a (diff)
downloadkube-787c2aaaa5ee256a9467aef73f61887b93894ec9.tar.gz
kube-787c2aaaa5ee256a9467aef73f61887b93894ec9.zip
Fixed the foundAllKeys feature in the composer
setProperty doesn't work anymore for some reason, so we use a regular Q_PROPERTY. We have to explicitly reference the composerController variable, otherwise cc/bcc refernces don't work.
Diffstat (limited to 'framework/src/domain/controller.h')
-rw-r--r--framework/src/domain/controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/controller.h b/framework/src/domain/controller.h
index 5f610012..9166a63a 100644
--- a/framework/src/domain/controller.h
+++ b/framework/src/domain/controller.h
@@ -137,6 +137,7 @@ public:
137 137
138Q_SIGNALS: 138Q_SIGNALS:
139 void added(QByteArray, QVariantMap); 139 void added(QByteArray, QVariantMap);
140 void removed(QByteArray);
140 void emptyChanged(); 141 void emptyChanged();
141 142
142protected: 143protected: