Support for an empty column

This commit is contained in:
Klaus Basan
2019-04-26 01:16:39 +02:00
parent c51dce8bfd
commit 99c6a03b6f
9 changed files with 64 additions and 2 deletions

View File

@@ -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();