diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 19:38:30 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 19:38:30 +0200 |
commit | ebc27b8734167c9aad4900d9baffd426556d1376 (patch) | |
tree | b748df06d4e9175b6960e7a8a9166299fdaac11d /src/tabbar.h | |
parent | no need for shortcuts in pointer menu.. (diff) | |
download | rekonq-ebc27b8734167c9aad4900d9baffd426556d1376.tar.xz |
Fixed tab moving, thanks to Qt 4.5 magic..
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 5ee04305..2703dfe6 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -50,13 +50,9 @@ signals: void closeOtherTabs(int index); void reloadTab(int index); void reloadAllTabs(); - void tabMoveRequested(int fromIndex, int toIndex); protected: void mousePressEvent(QMouseEvent* event); - void mouseMoveEvent(QMouseEvent* event); - void dragEnterEvent(QDragEnterEvent *event); - void dropEvent(QDropEvent *event); /** * Added to fix tab dimension |