diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-11 19:10:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-11 19:10:28 +0200 |
commit | 3f6b179bb3004ee6d5df4e5039e90b7e5c53a8de (patch) | |
tree | 1a5c609ed16a879754241ac3c10caf1e5118b78f /src/mainview.h | |
parent | removed webkit debug comments (diff) | |
download | rekonq-3f6b179bb3004ee6d5df4e5039e90b7e5c53a8de.tar.xz |
Fixed lineEdits tabs movements (each site, its url..)
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 9085aa46..617d81db 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -132,6 +132,8 @@ private slots: private: + void moveTab(int fromIndex, int toIndex); + KAction *m_recentlyClosedTabsAction; KMenu *m_recentlyClosedTabsMenu; |