From 79ebeb0a3799a27b35363feebb693973db889568 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 18 Feb 2013 19:01:50 +0100 Subject: [PATCH] Applet::destroy() no more virtual --- src/plasma/applet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plasma/applet.h b/src/plasma/applet.h index 2be52644a..05369b6cc 100644 --- a/src/plasma/applet.h +++ b/src/plasma/applet.h @@ -474,7 +474,7 @@ class PLASMA_EXPORT Applet : public QObject * Its configuration will also be deleted. * If you want to remove the Applet configuration, use this, don't just delete the Applet * */ - virtual void destroy(); + void destroy(); /** * sets the status for this applet