hr bug fixed

This commit is contained in:
marcus 2009-08-22 17:22:36 +02:00
parent 0d84de2384
commit 74180b6bc9
3 changed files with 4 additions and 1 deletions

View file

@ -397,7 +397,8 @@ void DeckListModel::printDeckList(QPrinter *printer)
cursor.insertBlock(headerBlockFormat, headerCharFormat);
for (int i = 0; i < root->size(); i++) {
cursor.insertHtml("<hr>");
cursor.insertHtml("<br><img src=:/resources/hr.jpg>");
//cursor.insertHtml("<hr>");
cursor.insertBlock(headerBlockFormat, headerCharFormat);
printDeckListNode(&cursor, dynamic_cast<InnerDecklistNode *>(root->at(i)));