From ebc27b8734167c9aad4900d9baffd426556d1376 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 10 Apr 2009 19:38:30 +0200 Subject: Fixed tab moving, thanks to Qt 4.5 magic.. --- src/tabbar.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tabbar.h') 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 -- cgit v1.2.1