mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -219,7 +219,8 @@ namespace BlackGui
|
||||
//! 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