SVN_SILENT Fix XRenderless compile.
svn path=/trunk/KDE/kdebase/workspace/; revision=929761
This commit is contained in:
parent
699e8add4f
commit
58698d8c5d
1 changed files with 2 additions and 2 deletions
|
@ -1515,9 +1515,9 @@ void EffectFrame::setText( const QString& text )
|
|||
delete m_textPicture;
|
||||
m_textPicture = NULL;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
void EffectFrame::setFont( const QFont& font )
|
||||
{
|
||||
|
@ -1540,9 +1540,9 @@ void EffectFrame::setFont( const QFont& font )
|
|||
delete m_textPicture;
|
||||
m_textPicture = NULL;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
void EffectFrame::setIcon( const QPixmap& icon )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue