┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index ba38d3234..538e00e83 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -312,6 +312,11 @@ public:
*/
static QUrl openItemAsFolderUrl(const KFileItem& item, const bool browseThroughArchives = true);
+ /**
+ * Hides tooltip displayed over element.
+ */
+ void hideToolTip(const ToolTipManager::HideBehavior behavior = ToolTipManager::HideBehavior::Later);
+
public slots:
/**
* Changes the directory to \a url. If the current directory is equal to
@@ -738,11 +743,6 @@ private:
void applyModeToView();
/**
- * Hides tooltip displayed over element.
- */
- void hideToolTip(const ToolTipManager::HideBehavior behavior = ToolTipManager::HideBehavior::Later);
-
- /**
* Helper method for DolphinView::paste() and DolphinView::pasteIntoFolder().
* Pastes the clipboard data into the URL \a url.
*/