mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
dolphin: remove redundant const_cast<T>()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c57d3e68c3
commit
e512ee5b3b
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ KStandardItemListWidget::Layout KStandardItemListWidget::layout() const
|
|||
|
||||
void KStandardItemListWidget::paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget)
|
||||
{
|
||||
const_cast<KStandardItemListWidget*>(this)->triggerCacheRefreshing();
|
||||
triggerCacheRefreshing();
|
||||
|
||||
KItemListWidget::paint(painter, option, widget);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue