mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kioslave: remove unused variable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b132ec9fe0
commit
9748c4adf5
1 changed files with 0 additions and 2 deletions
|
@ -135,8 +135,6 @@ bool TextCreator::create(const QString &path, int width, int height, QImage &img
|
|||
#endif
|
||||
m_pixmap.fill( bgColor );
|
||||
|
||||
QRect rect;
|
||||
|
||||
QPainter painter( &m_pixmap );
|
||||
painter.setFont( font );
|
||||
painter.setPen( fgColor );
|
||||
|
|
Loading…
Add table
Reference in a new issue