src/misc.cpp

changeset 21
99225eac33ba
parent 20
a5457405cc9b
child 25
256bb5c6b77f
--- a/src/misc.cpp	Sun Sep 08 16:14:58 2013 +0300
+++ b/src/misc.cpp	Sun Sep 08 16:53:31 2013 +0300
@@ -44,9 +44,9 @@
 	cfg::binaryPaths[name] = binaryPath;
 	
 	if (isRelease)
-		cfg::releaseNames << var (name);
+		cfg::releaseNames << QVariant (name);
 	else
-		cfg::devBuildNames << var (name);
+		cfg::devBuildNames << QVariant (name);
 	
 	cfg::save();
 }

mercurial