Ref T104, utility function

This commit is contained in:
Klaus Basan
2017-07-08 20:32:11 +02:00
committed by Mathew Sutcliffe
parent 4c5dca40d7
commit 922e39f61d
2 changed files with 17 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ namespace BlackMisc
//! All keys as list
QSet<KEYTYPE> toDbKeySet() const;
//! The DB keys as string
QString dbKeysAsStrings(const QString &separator) const;
//! Max.key value (making sense with integer key)
KEYTYPE getMaxKey(bool *ok = nullptr) const;