remove ContainmentActions::triggerableContextAction
This commit is contained in:
parent
b704d0a33a
commit
4ab7b3d044
@ -155,11 +155,6 @@ void ContainmentActions::configurationAccepted()
|
|||||||
//do nothing by default
|
//do nothing by default
|
||||||
}
|
}
|
||||||
|
|
||||||
QAction *ContainmentActions::triggerableContextAction()
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void ContainmentActions::performNext()
|
void ContainmentActions::performNext()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -136,13 +136,6 @@ class PLASMA_EXPORT ContainmentActions : public QObject
|
|||||||
*/
|
*/
|
||||||
virtual void configurationAccepted();
|
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
|
* 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
|
* can be used to scroll through a list of items this plugin manages such as
|
||||||
|
Loading…
Reference in New Issue
Block a user