diff options
| author | Peter Penz <[email protected]> | 2008-10-22 06:11:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-22 06:11:59 +0000 |
| commit | cb928888f7e8b0450fc8c4cf0dd4f5ea3c46eb42 (patch) | |
| tree | 11f24e2eddef75394832fed82415aa6ad1b004f8 /src/dolphincontroller.cpp | |
| parent | 4516323b9b63893792395ff065fb09239828add9 (diff) | |
* don't show a tooltip if a rubberband selection is done
* hide a tooltip if a drag operation has been started
BUG: 173148
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=874641
Diffstat (limited to 'src/dolphincontroller.cpp')
| -rw-r--r-- | src/dolphincontroller.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 973231687..8493d877f 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -153,6 +153,11 @@ void DolphinController::replaceUrlByClipboard() } } +void DolphinController::emitHideToolTip() +{ + emit hideToolTip(); +} + KFileItem DolphinController::itemForIndex(const QModelIndex& index) const { Q_ASSERT(m_itemView != 0); |
