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

@ -18,6 +18,8 @@
<file>resources/icon_phase_cleanup.svg</file>
<file>resources/icon_nextturn.svg</file>
<file>resources/hr.jpg</file>
<file>translations/cockatrice_de.qm</file>
<file>translations/cockatrice_en.qm</file>
</qresource>

BIN
cockatrice/resources/hr.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

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)));