mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T189, formatting
This commit is contained in:
@@ -48,6 +48,12 @@ namespace BlackGui
|
||||
CListModelBase<ObjectType, ContainerType, UseCompare>::clearHighlighting();
|
||||
}
|
||||
|
||||
//! \copydoc BlackGui::Models::CListModelBaseNonTemplate::hasHighlightedRows
|
||||
virtual bool hasHighlightedRows() const override
|
||||
{
|
||||
return !m_highlightKeys.isEmpty();
|
||||
}
|
||||
|
||||
//! Set color for highlighting
|
||||
void setHighlightColor(QColor color) { m_highlightColor = color; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user