++apidox;

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=768975
This commit is contained in:
Aaron J. Seigo 2008-01-31 03:25:19 +00:00
parent 55eb91140b
commit fc8079a99e

View File

@ -104,6 +104,11 @@ class PLASMA_EXPORT AbstractRunner : public QObject
*/
virtual void match(Plasma::SearchContext *search) = 0;
/**
* Triggers a call to match.
*
* @arg globalContext the search context used in executing this match.
*/
void performMatch(Plasma::SearchContext &globalContext);
/**