summaryrefslogtreecommitdiffstats
path: root/framework/domain/foldercontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/foldercontroller.cpp')
-rw-r--r--framework/domain/foldercontroller.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/domain/foldercontroller.cpp b/framework/domain/foldercontroller.cpp
index 45fb86a6..d06ccb52 100644
--- a/framework/domain/foldercontroller.cpp
+++ b/framework/domain/foldercontroller.cpp
@@ -25,9 +25,8 @@ SINK_DEBUG_AREA("foldercontroller");
25 25
26FolderController::FolderController() 26FolderController::FolderController()
27 : Kube::Controller(), 27 : Kube::Controller(),
28 action_synchronize{new Kube::ControllerAction} 28 action_synchronize{new Kube::ControllerAction{this, &FolderController::synchronize}}
29{ 29{
30 QObject::connect(synchronizeAction(), &Kube::ControllerAction::triggered, this, &FolderController::synchronize);
31} 30}
32 31
33void FolderController::synchronize() 32void FolderController::synchronize()