summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/controller.cpp')
-rw-r--r--framework/src/domain/controller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/controller.cpp b/framework/src/domain/controller.cpp
index 226615ad..09fe0b9d 100644
--- a/framework/src/domain/controller.cpp
+++ b/framework/src/domain/controller.cpp
@@ -123,6 +123,7 @@ void ListPropertyController::remove(const QByteArray &id)
123 break; 123 break;
124 } 124 }
125 } 125 }
126 emit removed(id);
126 if (mModel->rowCount() <= 0) { 127 if (mModel->rowCount() <= 0) {
127 emit emptyChanged(); 128 emit emptyChanged();
128 } 129 }