this isn't an AbstractRunner subclass

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=778836
This commit is contained in:
Aaron J. Seigo 2008-02-24 18:23:21 +00:00
parent 8680797130
commit bfbea8235d

View File

@ -60,13 +60,13 @@ public:
* SearchContext::addInformationalMatch, SearchContext::addExactMatch, and * SearchContext::addInformationalMatch, SearchContext::addExactMatch, and
* SearchContext::addPossibleMatch. * 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 * Called whenever an exact or possible match associated with this
* runner is triggered. * 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: private:
class Private; class Private;