mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T111, utility function for local decimal point
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9445bd56a3
commit
bb13a32c7c
@@ -139,6 +139,9 @@ namespace BlackMisc
|
||||
//! Int to hex value
|
||||
BLACKMISC_EXPORT QString intToHex(int value, int digits = 2);
|
||||
|
||||
//! Replace dot '.' by locale decimal point
|
||||
BLACKMISC_EXPORT QString dotToLocaleDecimalPoint(QString &input);
|
||||
|
||||
//! Int to hex value (per byte, 2 digits)
|
||||
BLACKMISC_EXPORT QString bytesToHexString(const QByteArray &bytes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user