From f00987658b7db439de2edb67ad3ad1c21df608e3 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 25 Feb 2013 14:43:16 +0100 Subject: [PATCH] remove ContainmentActions::configAccepted() --- src/plasma/containmentactions.cpp | 5 ----- src/plasma/containmentactions.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/plasma/containmentactions.cpp b/src/plasma/containmentactions.cpp index d64efa294..a91de8a71 100644 --- a/src/plasma/containmentactions.cpp +++ b/src/plasma/containmentactions.cpp @@ -150,11 +150,6 @@ QWidget *ContainmentActions::createConfigurationInterface(QWidget *parent) return 0; } -void ContainmentActions::configurationAccepted() -{ - //do nothing by default -} - void ContainmentActions::performNextAction() { //do nothing by default, implement in subclasses diff --git a/src/plasma/containmentactions.h b/src/plasma/containmentactions.h index f681bef5a..c4c8d3f51 100644 --- a/src/plasma/containmentactions.h +++ b/src/plasma/containmentactions.h @@ -131,11 +131,6 @@ class PLASMA_EXPORT ContainmentActions : public QObject */ virtual QWidget *createConfigurationInterface(QWidget *parent); - /** - * This method is called when the user's configuration changes are accepted - */ - virtual void configurationAccepted(); - /** * Called when a "next" action is triggered (e.g. by mouse wheel scroll). This * can be used to scroll through a list of items this plugin manages such as