]> Shamusworld >> Repos - architektonas/blobdiff - src/base/utility.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / base / utility.cpp
index e7b332ea1e8ef12571c9cbfcee15d10bce561e04..d5c10cdbc3055b2af5bbfb9a8352eba10f8e6c31 100644 (file)
@@ -20,7 +20,7 @@
  * Converts a double to a string cutting away unnecessary 0's.
  * e.g. 2.70000  -> 2.7
  */
-QString RS_Utility::doubleToString(double value, int precision/*= 6*/)
+QString Utility::doubleToString(double value, int precision/*= 6*/)
 {
        QString ret;