warnings--

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=860267
This commit is contained in:
Sebastian Kügler 2008-09-12 13:19:37 +00:00
parent 11a5a957d0
commit 7335ef2e00

View File

@ -651,6 +651,9 @@ bool Applet::hasFailedToLaunch() const
void Applet::paintWindowFrame(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)
{
Q_UNUSED( painter );
Q_UNUSED( option );
Q_UNUSED( widget );
//Here come the code for the window frame
//kDebug() << windowFrameGeometry();
//painter->drawRoundedRect(windowFrameGeometry(), 5, 5);