mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -217,8 +217,8 @@ namespace BlackGui::Models
|
||||
//! Clear
|
||||
void clear() { m_columns.clear(); }
|
||||
|
||||
//! Set columns
|
||||
//! @{
|
||||
//! Set columns
|
||||
void setColumns(const QList<CColumn> &columns) { m_columns = columns; }
|
||||
void setColumns(const CColumns &columns) { m_columns = columns.m_columns; }
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user