this isn't an AbstractRunner subclass
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=778836
This commit is contained in:
parent
8680797130
commit
bfbea8235d
@ -60,13 +60,13 @@ public:
|
||||
* SearchContext::addInformationalMatch, SearchContext::addExactMatch, and
|
||||
* SearchContext::addPossibleMatch.
|
||||
*/
|
||||
void match(const Plasma::SearchContext *search);
|
||||
virtual void match(const Plasma::SearchContext *search);
|
||||
|
||||
/**
|
||||
* Called whenever an exact or possible match associated with this
|
||||
* runner is triggered.
|
||||
*/
|
||||
void exec(const Plasma::SearchContext *search, const Plasma::SearchMatch *action);
|
||||
virtual void exec(const Plasma::SearchContext *search, const Plasma::SearchMatch *action);
|
||||
|
||||
private:
|
||||
class Private;
|
||||
|
Loading…
Reference in New Issue
Block a user