┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemlistview.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2011-08-03 18:54:10 +0200
committerFrank Reininghaus <[email protected]>2011-08-04 09:52:45 +0200
commit225fd7073e1f8fc35405ad998dd9f382f61b5b4b (patch)
treecaeb678542c4a24789a733ae52231c92e69e973b /src/kitemviews/kitemlistview.h
parente326199727328bf8e130632361f697e7a350fd9b (diff)
Underline the current item in KFileItemListView
It still looks a bit ugly, but at least we can see the current item now :-) It is only updated by mouse clicks at the moment.
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
-rw-r--r--src/kitemviews/kitemlistview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h
index 829736a09..81ad52ac3 100644
--- a/src/kitemviews/kitemlistview.h
+++ b/src/kitemviews/kitemlistview.h
@@ -169,6 +169,7 @@ protected slots:
const QSet<QByteArray>& roles);
private slots:
+ void currentChanged(int current, int previous);
void slotAnimationFinished(QGraphicsWidget* widget,
KItemListViewAnimation::AnimationType type);
void slotLayoutTimerFinished();