Ref T410, show number of SB4 packets received under simulator/information

This commit is contained in:
Klaus Basan
2018-11-14 20:18:05 +01:00
parent 3eb46690c0
commit b452cd7530
7 changed files with 36 additions and 1 deletions

View File

@@ -53,6 +53,9 @@ namespace BlackMisc
//! Set value
void setValue(const QString &name, const QString &value);
//! Set value
void setValue(const QString &name, int value);
//! Get value
CVariant getVariantValue(const QString &name) const;