From 1e3da1945921f8bb3e40a057044ac45518597066 Mon Sep 17 00:00:00 2001 From: Rafael Fernández López Date: Sat, 15 Dec 2007 16:48:07 +0000 Subject: 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: wstephenson@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=748822 --- src/kcategorizedview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/kcategorizedview.h') 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; -- cgit v1.3