1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-05 10:41:34 +00:00

Cleanup, fix comment

This commit is contained in:
Aesylwinn 2016-04-02 14:02:56 -04:00
parent 99e9017242
commit 02f991c63e

View file

@ -21,9 +21,9 @@ namespace CSMPrefs
QMutex *mutex, const std::string& key, const std::string& label,
double default_);
// defaults to [0, std::numeric_limits<double>::max()]
DoubleSetting& setPrecision (int precision);
// defaults to [0, std::numeric_limits<double>::max()]
DoubleSetting& setRange (double min, double max);
DoubleSetting& setMin (double min);