diff options
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; |
