From 794911106c265c8691689f601e4aed0862aff0b8 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 12 May 2007 10:22:01 +0000 Subject: provide a hover information in the statusbar if the mouse cursor enters an item svn path=/trunk/KDE/kdebase/apps/; revision=663779 --- src/dolphincontroller.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 762526b3c..4f8d8c96f 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -92,6 +92,16 @@ void DolphinController::triggerItem(const QModelIndex& index) emit itemTriggered(index); } +void DolphinController::emitItemEntered(const QModelIndex& index) +{ + emit itemEntered(index); +} + +void DolphinController::emitViewportEntered() +{ + emit viewportEntered(); +} + void DolphinController::indicateSelectionChange() { emit selectionChanged(); -- cgit v1.3