Clear multi-line string separator on the c++ code.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-07-16 12:49:31 -03:00
parent fdfd261f14
commit ee25edc28e

View file

@ -99,21 +99,21 @@ void PrintLayout::printTable() const
doc.setPageSize(pageSize); doc.setPageSize(pageSize);
QString styleSheet( QString styleSheet(
"<style type='text/css'>" \ "<style type='text/css'>"
"table {" \ "table {"
" border-width: 1px;" \ " border-width: 1px;"
" border-style: solid;" \ " border-style: solid;"
" border-color: #999999;" \ " border-color: #999999;"
"}" \ "}"
"th {" \ "th {"
" background-color: #eeeeee;" \ " background-color: #eeeeee;"
" font-size: small;" \ " font-size: small;"
" padding: 3px 5px 3px 5px;" \ " padding: 3px 5px 3px 5px;"
"}" \ "}"
"td {" \ "td {"
" font-size: small;" \ " font-size: small;"
" padding: 3px 5px 3px 5px;" \ " padding: 3px 5px 3px 5px;"
"}" \ "}"
"</style>" "</style>"
); );
// setDefaultStyleSheet() doesn't work here? // setDefaultStyleSheet() doesn't work here?