┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-12 19:22:38 +0000
committerPeter Penz <[email protected]>2008-08-12 19:22:38 +0000
commit00afeea5f5cf59969a316b8bf7c219d12c3300f3 (patch)
tree9d4bc2a7a3f3bd23ddf9e21ce40d40aabc61695f /src/dolphinmainwindow.h
parentb354c7503dc4078f417371ffd32606cd4c635792 (diff)
Activate the tab when an item is dragged above an inactive tab. Thanks to Dmitry Khlystov for the patch!
BUG: 164312 svn path=/trunk/KDE/kdebase/apps/; revision=846009
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h6
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);