┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemlistwidget.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-10-10 23:26:08 +0200
committerPeter Penz <[email protected]>2011-10-10 23:30:33 +0200
commitd7c4fdedd0dcca4465eaf68a1904cde46c33a74c (patch)
tree283699f8c414a7b771910180fd5ee5d16c3cd81d /src/kitemviews/kitemlistwidget.h
parent90e39e3116b5821addce8035b82619b726a49eab (diff)
Remove workaround to draw the focus indicator manually
In Oxygen the focus-indicator has only been drawn for widget instances derived from QAbstractItemView and Q3ListView, so it was not possible in Dolphin to use the style for drawing. This has been fixed now in Oxygen, so using the style works now. The custom code for drawing the text background will be removed and replaced by a style-code later. CCMAIL: [email protected]
Diffstat (limited to 'src/kitemviews/kitemlistwidget.h')
-rw-r--r--src/kitemviews/kitemlistwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kitemviews/kitemlistwidget.h b/src/kitemviews/kitemlistwidget.h
index b1df7bff4..eae4c39da 100644
--- a/src/kitemviews/kitemlistwidget.h
+++ b/src/kitemviews/kitemlistwidget.h
@@ -132,7 +132,6 @@ protected:
private:
void setHoverOpacity(qreal opacity);
void clearHoverCache();
- void drawFocusIndicator(QPainter* painter);
void drawTextBackground(QPainter* painter);
private: