Network VATLIB refactoring

* use qit64 for timestamp related integers
* use valueInteger for PQ integer values (rounding)
This commit is contained in:
Klaus Basan
2018-08-15 18:27:45 +02:00
parent 60baa12c9d
commit 9be7572c36
7 changed files with 18 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ namespace BlackCore
QObject *parent = nullptr);
//! Destructor
virtual ~CNetworkVatlib();
virtual ~CNetworkVatlib() override;
//! \copydoc INetwork::getLibraryInfo
const QString &getLibraryInfo(bool detailed) const override;