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