Convert more accurately decimal numbers to text.

Conflicts:
	src/misc.h
This commit is contained in:
sledgehammer999
2014-01-21 01:47:30 +02:00
parent 8790092a81
commit 1fc916865c
10 changed files with 39 additions and 48 deletions

View File

@@ -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);