┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontroller.cpp')
-rw-r--r--src/dolphincontroller.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp
index 59cc20f0f..7a6d56637 100644
--- a/src/dolphincontroller.cpp
+++ b/src/dolphincontroller.cpp
@@ -50,7 +50,7 @@ void DolphinController::triggerContextMenuRequest(const QPoint& pos)
emit requestContextMenu(pos);
}
-void DolphinController::triggerActivation()
+void DolphinController::requestActivation()
{
emit activated();
}
@@ -98,6 +98,11 @@ void DolphinController::setAdditionalInfoCount(int count)
}
}
+void DolphinController::indicateActivationChange(bool active)
+{
+ emit activationChanged(active);
+}
+
void DolphinController::triggerZoomIn()
{
emit zoomIn();