diff options
| author | Rafael Fernández López <[email protected]> | 2007-12-15 16:48:07 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-12-15 16:48:07 +0000 |
| commit | 1e3da1945921f8bb3e40a057044ac45518597066 (patch) | |
| tree | 9c65247df3cbdea59c4de50110485306a1b44c38 /src/kcategorizedview.h | |
| parent | ecce6e87f8540aa690a2098d89e22b4ab85e325f (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.h | 3 |
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 ¤t, + const QModelIndex &previous); + private: class Private; |
