X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/462982faa361c79daab43ce526ae64646b1ea63c..f65b0899c3666561cafac14f67ab0bb8a5bfa00a:/src/views/viewmodecontroller.h?ds=sidebyside diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index 9f5104c57..bd92a60a2 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -61,19 +61,14 @@ public: void setNameFilter(const QString& nameFilter); QString nameFilter() const; - /** - * Requests the view mode implementation to hide tooltips. - */ - void requestToolTipHiding(); - -public slots: +public Q_SLOTS: /** * Sets the URL to \a url and emits the signals cancelPreviews() and * urlChanged() if \a url is different for the current URL. */ void setUrl(const QUrl& url); -signals: +Q_SIGNALS: /** * Is emitted if the URL has been changed by ViewModeController::setUrl(). */