diff options
Diffstat (limited to 'framework/src/domain/controller.cpp')
-rw-r--r-- | framework/src/domain/controller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/controller.cpp b/framework/src/domain/controller.cpp index 09fe0b9d..7a2996b8 100644 --- a/framework/src/domain/controller.cpp +++ b/framework/src/domain/controller.cpp | |||
@@ -54,6 +54,7 @@ void Controller::clear() | |||
54 | for (const auto &p : dynamicPropertyNames()) { | 54 | for (const auto &p : dynamicPropertyNames()) { |
55 | setProperty(p, QVariant()); | 55 | setProperty(p, QVariant()); |
56 | } | 56 | } |
57 | emit cleared(); | ||
57 | } | 58 | } |
58 | 59 | ||
59 | void Controller::run(const KAsync::Job<void> &job) | 60 | void Controller::run(const KAsync::Job<void> &job) |