diff base/Debug.cpp @ 845:a299c4cec0f8

Likewise, but for toLocal8Bit().data()
author Chris Cannam
date Tue, 26 Nov 2013 13:48:13 +0000
parents 99222d4bfc78
children 2010409af203
line wrap: on
line diff
--- a/base/Debug.cpp	Tue Nov 26 13:43:31 2013 +0000
+++ b/base/Debug.cpp	Tue Nov 26 13:48:13 2013 +0000
@@ -75,7 +75,7 @@
 std::ostream &
 operator<<(std::ostream &target, const QString &str)
 {
-    return target << str.toLocal8Bit().data();
+    return target << str;
 }
 
 std::ostream &