src/bytestream.cpp

changeset 17
b41d74bacdea
parent 15
3d3e5f0fc4cc
--- a/src/bytestream.cpp	Sun Aug 11 13:33:57 2013 +0300
+++ b/src/bytestream.cpp	Sun Aug 11 13:38:12 2013 +0300
@@ -211,11 +211,7 @@
 	growToFit (val.length() + 1);
 
 	for (qchar c : val)
-#if (QT_VERSION >= QT_VERSION_CHECK (5, 0, 0))
 		doWrite (c.toLatin1());
-#else
-		doWrite (c.toAscii());
-#endif // QT_VERSION
 
 	doWrite ('\0');
 }

mercurial