X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/3619e74eb17f8ed2e76dadbef9c052304decd18b..ffce84e759714e94de01a546009b4b41c64cdf28:/src/dolphintabwidget.h diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index 1bdb6c9a1..a28a6bea1 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -111,6 +111,11 @@ Q_SIGNALS: */ void currentUrlChanged(const QUrl &url); + /** + * Is emitted when the url of any tab has been changed (including the current tab). + */ + void urlChanged(const QUrl &url); + public Q_SLOTS: /** * Opens a new view with the current URL that is part of a tab and activates @@ -203,6 +208,12 @@ private Q_SLOTS: */ void openNewActivatedTab(int index); + /** + * Is connected to the KTabBar signal receivedDragMoveEvent. + * Allows dragging and dropping files onto tabs. + */ + void tabDragMoveEvent(int tab, QDragMoveEvent *event); + /** * Is connected to the KTabBar signal receivedDropEvent. * Allows dragging and dropping files onto tabs.