mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Network VATLIB refactoring
* use qit64 for timestamp related integers * use valueInteger for PQ integer values (rounding)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user