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/tooltipmanager.h | |
| 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/tooltipmanager.h')
| -rw-r--r-- | src/tooltipmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tooltipmanager.h b/src/tooltipmanager.h index 213f95871..96df4819e 100644 --- a/src/tooltipmanager.h +++ b/src/tooltipmanager.h @@ -48,6 +48,7 @@ public: DolphinSortFilterProxyModel* model); virtual ~ToolTipManager(); +public slots: /** * Hides the currently shown tooltip. Invoking this method is * only needed when the tooltip should be hidden although |
