Commit ccd28391 authored by dimitri's avatar dimitri

Fixed compile error with Qt-2.x

parent d84f6a6a
...@@ -670,7 +670,7 @@ void RTFGenerator::beginRTFDocument() ...@@ -670,7 +670,7 @@ void RTFGenerator::beginRTFDocument()
ASSERT(index < array.size()); ASSERT(index < array.size());
} }
if (array.at(index) != 0) if (array.at(index) != 0)
msg("Style '%s' redefines \\s%d.\n", iter.currentKey(), index); msg("Style '%s' redefines \\s%d.\n", iter.currentKey().data(), index);
array.at(index) = style; array.at(index) = style;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment