mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T261, timestamp utility functions
This commit is contained in:
committed by
Roland Winklmeier
parent
d390116666
commit
d1f5635bd1
@@ -335,7 +335,7 @@ namespace BlackMisc
|
||||
switch (i)
|
||||
{
|
||||
case IndexOffsetMs: { return QVariant::fromValue(m_timeOffsetMs); }
|
||||
case IndexAdjustedMisWithOffset: { return QVariant::fromValue(this->getAdjustedMSecsSinceEpoch()); }
|
||||
case IndexAdjustedMsWithOffset: { return QVariant::fromValue(this->getAdjustedMSecsSinceEpoch()); }
|
||||
case IndexOffsetWithUnit: { return QVariant::fromValue(this->getTimeOffsetWithUnit()); }
|
||||
default: break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user