diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-05 10:31:56 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-09 10:18:38 +0900 |
commit | 62674f731b0e46d8a413e26ca1c9da27fd9aae9a (patch) | |
tree | 4af9fb574f298afc8ae22d5edf846b1299f7c6fa /lib/util.h | |
parent | 27ca32a1e5a56e09b9cc1d94224d2831004dcf3d (diff) | |
download | libquotient-62674f731b0e46d8a413e26ca1c9da27fd9aae9a.tar.gz libquotient-62674f731b0e46d8a413e26ca1c9da27fd9aae9a.zip |
stringToHueF: pick a safer name for the variable
std::string is still a thing, after all.
Diffstat (limited to 'lib/util.h')
-rw-r--r-- | lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ QString cacheLocation(const QString& dirName); * Naming and range are the same as QColor's hueF method: * https://doc.qt.io/qt-5/qcolor.html#integer-vs-floating-point-precision */ -qreal stringToHueF(const QString& string); +qreal stringToHueF(const QString& s); /** Extract the serverpart from MXID */ QString serverPart(const QString& mxId); |