diff options
| author | Laurent Montel <[email protected]> | 2020-10-17 18:04:55 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2020-10-17 18:05:17 +0200 |
| commit | 40cc911319da77489d1ffffb55969de66645ed53 (patch) | |
| tree | 889cf0a97f9aeffba2bdf6568731fa45136c4959 /src/views/viewmodecontroller.h | |
| parent | 20a919b78718ab80b970133d533f62b9c0906862 (diff) | |
Remove not implmemented method
Diffstat (limited to 'src/views/viewmodecontroller.h')
| -rw-r--r-- | src/views/viewmodecontroller.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index 9f5104c57..31594328b 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -61,11 +61,6 @@ public: void setNameFilter(const QString& nameFilter); QString nameFilter() const; - /** - * Requests the view mode implementation to hide tooltips. - */ - void requestToolTipHiding(); - public slots: /** * Sets the URL to \a url and emits the signals cancelPreviews() and |
