mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
Display number of included/DB models in "1st model set wizard"
This commit is contained in:
committed by
Mat Sutcliffe
parent
2de192600f
commit
7be54fde87
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user