xps: more debug when parseAbbreviatedPathData() fails

remotes/origin/KDE/4.7
Pino Toscano 15 years ago
parent 0507090d8c
commit fbe0c0764f
  1. 2
      generators/xps/generator_xps.cpp

@ -270,7 +270,7 @@ static QPainterPath parseAbbreviatedPathData( const QString &data)
{ {
if (token.type != abtEOF) if (token.type != abtEOF)
{ {
kDebug(XpsDebug) << "Error in parsing abbreviated path data"; kDebug(XpsDebug).nospace() << "Error in parsing abbreviated path data (" << token.type << "@" << token.curPos << "): " << data;
} }
return path; return path;
} }

Loading…
Cancel
Save