warnings--
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=860267
This commit is contained in:
parent
11a5a957d0
commit
7335ef2e00
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user