[poppler] qt4/src
Pino Toscano
pino at kemper.freedesktop.org
Thu Feb 14 13:41:17 PST 2008
qt4/src/poppler-private.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e24b49d52a5c1716641695ee731dd49848a114d9
Author: Pino Toscano <pino at kde.org>
Date: Thu Feb 14 22:21:54 2008 +0100
do not print it as string
diff --git a/qt4/src/poppler-private.cc b/qt4/src/poppler-private.cc
index cc6a0eb..d525e56 100644
--- a/qt4/src/poppler-private.cc
+++ b/qt4/src/poppler-private.cc
@@ -42,7 +42,7 @@ namespace Poppler {
}
qvsnprintf(buffer, sizeof(buffer) - 1, msg, args);
emsg += QString::fromAscii(buffer);
- qDebug() << emsg;
+ qDebug() << qPrintable(emsg);
}
QString unicodeToQString(Unicode* u, int len) {
More information about the poppler
mailing list