remove ContainmentActions::triggerableContextAction

This commit is contained in:
Marco Martin 2013-02-25 14:39:46 +01:00
parent b704d0a33a
commit 4ab7b3d044
2 changed files with 0 additions and 12 deletions

View File

@ -155,11 +155,6 @@ void ContainmentActions::configurationAccepted()
//do nothing by default
}
QAction *ContainmentActions::triggerableContextAction()
{
return 0;
}
void ContainmentActions::performNext()
{
}

View File

@ -136,13 +136,6 @@ class PLASMA_EXPORT ContainmentActions : public QObject
*/
virtual void configurationAccepted();
/**
* @return the action that is to be immediately triggered when this plugin is
* activated for a context action, or NULL if there is no such action
* @see contextualActions
*/
virtual QAction *triggerableContextAction();
/**
* 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