summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/controller.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-05 00:22:10 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-05 00:24:00 +0200
commitb4c08c7ed8dcaf46e0966f5d940b75a6e1d8f165 (patch)
treef733f8b1d01cec5262d8647ef49e062bcd8bef84 /framework/src/domain/controller.h
parent82de61470c0e43e228bdb3b3f1afc84afc6bbdc8 (diff)
downloadkube-b4c08c7ed8dcaf46e0966f5d940b75a6e1d8f165.tar.gz
kube-b4c08c7ed8dcaf46e0966f5d940b75a6e1d8f165.zip
Avoid binding loop on initialText
which broke html -> plain conversion
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 d3c1075f..83dbb51f 100644
--- a/framework/src/domain/controller.h
+++ b/framework/src/domain/controller.h
@@ -100,6 +100,7 @@ public slots:
100signals: 100signals:
101 void done(); 101 void done();
102 void error(); 102 void error();
103 void cleared();
103 104
104protected: 105protected:
105 void run(const KAsync::Job<void> &job); 106 void run(const KAsync::Job<void> &job);