mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
Support for an empty column
This commit is contained in:
@@ -129,6 +129,9 @@ namespace BlackGui
|
||||
//! The columns
|
||||
const CColumns &getColumns() const { return m_columns; }
|
||||
|
||||
//! Using void column at the end?
|
||||
bool endsWithEmptyColumn() const { return m_columns.endsWithEmptyColumn(); }
|
||||
|
||||
signals:
|
||||
//! Asynchronous update finished
|
||||
void asyncUpdateFinished();
|
||||
|
||||
Reference in New Issue
Block a user