From d76ceec0ca93dfd545b602a56d0a1d6c2e2a5489 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Thu, 5 May 2011 14:27:34 +0200 Subject: [PATCH] remove another unimplemented virtual --- applet.cpp | 11 ----------- applet.h | 3 --- 2 files changed, 14 deletions(-) diff --git a/applet.cpp b/applet.cpp index f6145f4a0..0e1fede0a 100644 --- a/applet.cpp +++ b/applet.cpp @@ -983,17 +983,6 @@ bool Applet::hasFailedToLaunch() const return d->failed; } -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); -} - bool Applet::configurationRequired() const { return d->needsConfig; diff --git a/applet.h b/applet.h index 6af847229..456a48f8b 100644 --- a/applet.h +++ b/applet.h @@ -463,9 +463,6 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget */ ImmutabilityType immutability() const; - void paintWindowFrame(QPainter *painter, - const QStyleOptionGraphicsItem *option, QWidget *widget); - /** * If for some reason, the applet fails to get up on its feet (the * library couldn't be loaded, necessary hardware support wasn't found,