diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 1676afb7e..f97193cd4 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -341,6 +341,12 @@ private slots: * view is replaced by \a url. */ void handlePlacesClick(const KUrl& url, Qt::MouseButtons buttons); + + /** + * Is connected to the KTabBar signal testCanDecode() and adjusts + * the output parameter \a accept. + */ + void slotTestCanDecode(const QDragMoveEvent* event, bool& accept); private: DolphinMainWindow(int id); |
