Ref T472, isEmpty for category tree

This commit is contained in:
Klaus Basan
2019-02-05 16:28:55 +01:00
committed by Mat Sutcliffe
parent 001d90bd6b
commit ac7958367b
2 changed files with 11 additions and 2 deletions

View File

@@ -52,6 +52,9 @@ namespace BlackGui
//! Resize all columns
void fullResizeToContents();
//! Empty data
bool isEmpty() const;
private:
//! Used model
const Models::CAircraftCategoryTreeModel *categoryModel() const;