mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
Ref T709, virtual function for timestamp setting
This commit is contained in:
committed by
Mat Sutcliffe
parent
1440c4d2e9
commit
04e57df5f7
@@ -27,6 +27,9 @@ namespace BlackMisc
|
||||
//! Constructor.
|
||||
CXSwiftBusSettingsQtFree();
|
||||
|
||||
//! Dtor
|
||||
virtual ~CXSwiftBusSettingsQtFree() {}
|
||||
|
||||
//! DBus server
|
||||
const std::string &getDBusServerAddress() const { return m_dBusServerAddress; }
|
||||
|
||||
@@ -66,6 +69,9 @@ namespace BlackMisc
|
||||
//! Convert to string
|
||||
std::string convertToString() const;
|
||||
|
||||
//! Sets timestamp to now
|
||||
virtual void setCurrentUtcTime();
|
||||
|
||||
protected:
|
||||
//! The JSON members @{
|
||||
static constexpr char JsonDBusServerAddress[] = "dbusserveradress";
|
||||
|
||||
Reference in New Issue
Block a user