┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kcategorizedview.h
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-12-15 16:48:07 +0000
committerRafael Fernández López <[email protected]>2007-12-15 16:48:07 +0000
commit1e3da1945921f8bb3e40a057044ac45518597066 (patch)
tree9c65247df3cbdea59c4de50110485306a1b44c38 /src/kcategorizedview.h
parentecce6e87f8540aa690a2098d89e22b4ab85e325f (diff)
This fixes the selection problem with the mouse _only_ for the categorized view. QListView has a bug that will toggle the last selection done, have to report it to TT.
BUG: 154028 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748822
Diffstat (limited to 'src/kcategorizedview.h')
-rw-r--r--src/kcategorizedview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kcategorizedview.h b/src/kcategorizedview.h
index e2bc61d87..015433ae3 100644
--- a/src/kcategorizedview.h
+++ b/src/kcategorizedview.h
@@ -107,6 +107,9 @@ protected Q_SLOTS:
virtual void slotLayoutChanged();
+ virtual void currentChanged(const QModelIndex &current,
+ const QModelIndex &previous);
+
private:
class Private;