summaryrefslogtreecommitdiffstats
path: root/qtools/qstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qstring.cpp')
-rw-r--r--qtools/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qstring.cpp b/qtools/qstring.cpp
index bc3dfc7..889e936 100644
--- a/qtools/qstring.cpp
+++ b/qtools/qstring.cpp
@@ -12554,7 +12554,7 @@ QString QString::arg(const QString& a, int fieldwidth) const
if ( !findArg( pos, len ) ) {
qWarning( "QString::arg(): Argument missing: %s, %s",
- (const char *)this, (const char *)a );
+ (const char *)ascii(), (const char *)ascii() );
// Make sure the text at least appears SOMEWHERE
r += ' ';
pos = r.length();