Commit f4ed3c86f92d00b744bd56608c518544ce34f258

warnings--
src/ActivityDelegate.cpp
(1 / 0)
  
6464
6565void ActivityDelegate::paint ( QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index ) const
6666{
67 Q_UNUSED( index );
6768 // We need to paint the hovered/selected background
6869 QStyleOptionViewItemV4 opt = option;
6970 itemView()->style()->drawPrimitive(QStyle::PE_PanelItemViewItem, &opt, painter, 0);

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment