summaryrefslogtreecommitdiff
path: root/noncore/settings/tabmanager/tablistview.h
Unidiff
Diffstat (limited to 'noncore/settings/tabmanager/tablistview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/tabmanager/tablistview.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/noncore/settings/tabmanager/tablistview.h b/noncore/settings/tabmanager/tablistview.h
index 97f9dec..dfd88f7 100644
--- a/noncore/settings/tabmanager/tablistview.h
+++ b/noncore/settings/tabmanager/tablistview.h
@@ -7,5 +7,5 @@
7 7
8class TabListView : public QListView { 8class TabListView : public QListView {
9 Q_OBJECT 9 Q_OBJECT
10 10
11signals: 11signals:
@@ -21,3 +21,3 @@ protected:
21 void contentsMouseReleaseEvent(QMouseEvent* ){ 21 void contentsMouseReleaseEvent(QMouseEvent* ){
22 QListViewItem *newGroup = this->currentItem(); 22 QListViewItem *newGroup = this->currentItem();
23 // Make sure they are both real. 23 // Make sure they are both real.
@@ -28,3 +28,3 @@ protected:
28 return; 28 return;
29 29
30 // Ok we have two valid items. 30 // Ok we have two valid items.
@@ -32,3 +32,3 @@ protected:
32 newGroup = newGroup->parent(); 32 newGroup = newGroup->parent();
33 33
34 // Just in case the parent was null 34 // Just in case the parent was null
@@ -36,4 +36,4 @@ protected:
36 return; 36 return;
37 37
38 // If the new folder and buddies current parent are the same don't do anything. 38 // If the new folder and buddies current parent are the same don't do anything.
39 if (newGroup != currentSelectedItem->parent()) 39 if (newGroup != currentSelectedItem->parent())
@@ -51,3 +51,3 @@ private slots:
51 } 51 }
52 52
53 currentSelectedItem = item; 53 currentSelectedItem = item;
@@ -64,2 +64,2 @@ private:
64#endif 64#endif
65 65