From 7335ef2e00c9a7739f0cbd93d9b3ad504059dae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Fri, 12 Sep 2008 13:19:37 +0000 Subject: [PATCH] warnings-- svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=860267 --- applet.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applet.cpp b/applet.cpp index d885bfa88..3d8f7b8db 100644 --- a/applet.cpp +++ b/applet.cpp @@ -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);