┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-12 10:22:01 +0000
committerPeter Penz <[email protected]>2007-05-12 10:22:01 +0000
commit794911106c265c8691689f601e4aed0862aff0b8 (patch)
treea5f2765fb289ee37d87d6c41601efe4acb993dce /src/dolphincontroller.cpp
parentd03b27f28850e25d087f946e3a5c99b21c76f359 (diff)
provide a hover information in the statusbar if the mouse cursor enters an item
svn path=/trunk/KDE/kdebase/apps/; revision=663779
Diffstat (limited to 'src/dolphincontroller.cpp')
-rw-r--r--src/dolphincontroller.cpp10
1 files changed, 10 insertions, 0 deletions
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();