mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Convert more accurately decimal numbers to text.
Conflicts: src/misc.h
This commit is contained in:
@@ -112,6 +112,7 @@ namespace misc
|
||||
#else
|
||||
QString toQString(time_t t);
|
||||
#endif
|
||||
QString accurateDoubleToString(double n, int precision);
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
bool naturalSort(QString left, QString right, bool& result);
|
||||
|
||||
Reference in New Issue
Block a user