summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-05-17 23:43:12 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-05-17 23:43:12 +0200
commit2654b81959bcef9caa8d39850290bf80ec6a48f8 (patch)
tree77407aff66c86c4516200b6c22b19a34bdff3ac1 /src/tabbar.h
parentOpen source code by loading the page HTML instead of requesting (another time... (diff)
downloadrekonq-2654b81959bcef9caa8d39850290bf80ec6a48f8.tar.xz
connects tabMoved signal of TabBar to tabsChanged signal of MainView,
so any changes in tab order due to dragging tabs are saved in the sessions file using SessionManager. So now the changes in the order of tabs is correctly remembered during restore. Patch by Tirtha Chatterjee Reviewed by me ;)
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index c7bf88e6..5d4c6d63 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -94,6 +94,7 @@ private slots:
void contextMenu(int, const QPoint &);
void emptyAreaContextMenu(const QPoint &);
+ void tabMoved(int, int);
void showTabPreview();