Display number of included/DB models in "1st model set wizard"

This commit is contained in:
Klaus Basan
2019-01-02 08:50:35 +01:00
committed by Mat Sutcliffe
parent 2de192600f
commit 7be54fde87
5 changed files with 37 additions and 3 deletions

View File

@@ -72,6 +72,9 @@ namespace BlackMisc
//! Latest DB timestamp (means objects with DB key)
QDateTime oldestDbTimestamp() const;
//! Number of objects with/without key
int countWithValidDbKey(bool withKey) const;
//! Number of entries with valid DB key
int countWithValidDbKey() const;