diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index c03e2404d..71d7b52d1 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -339,6 +339,13 @@ private slots: */ void openTabContextMenu(int index, const QPoint& pos); + /** + * Handles a click on a places item: if the middle mouse button is + * clicked, a new tab is opened for \a url, otherwise the current + * view is replaced by \a url. + */ + void handlePlacesClick(const KUrl& url, Qt::MouseButtons buttons); + private: DolphinMainWindow(int id); void init(); |
