mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T270, added CVariant long long functions and used those in formatter
This commit is contained in:
@@ -242,7 +242,7 @@ namespace BlackMisc
|
||||
switch (i)
|
||||
{
|
||||
case IndexUtcTimestamp: this->setUtcTimestamp(variant.toDateTime()); return;
|
||||
case IndexMSecsSinceEpoch: this->setMSecsSinceEpoch(variant.toInt()); return;
|
||||
case IndexMSecsSinceEpoch: this->setMSecsSinceEpoch(variant.toQInt64()); return;
|
||||
case IndexUtcTimestampFormattedYmdhms:
|
||||
case IndexUtcTimestampFormattedYmdhmsz:
|
||||
case IndexUtcTimestampFormattedHm:
|
||||
|
||||
Reference in New Issue
Block a user