comparison 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
comparison
equal deleted inserted replaced
844:f5cd33909744 845:a299c4cec0f8
73 } 73 }
74 74
75 std::ostream & 75 std::ostream &
76 operator<<(std::ostream &target, const QString &str) 76 operator<<(std::ostream &target, const QString &str)
77 { 77 {
78 return target << str.toLocal8Bit().data(); 78 return target << str;
79 } 79 }
80 80
81 std::ostream & 81 std::ostream &
82 operator<<(std::ostream &target, const QUrl &u) 82 operator<<(std::ostream &target, const QUrl &u)
83 { 83 {