can't actually make these protected since subclasses need to get at it

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=804678
This commit is contained in:
Aaron J. Seigo 2008-05-06 18:57:46 +00:00
parent e2ec9b03db
commit 39a98a8953

View File

@ -119,13 +119,10 @@ class PLASMA_EXPORT QueryMatch
void run(const RunnerContext *context) const;
protected:
friend class AbstractRunner;
/**
* Sets data to be used internally by the associated
* AbstractRunner. When set, it also is used to form
* part of the id for the match.
* AbstractRunner. When set, it is also used to form
* part of the id() for this match.
*/
void setData(const QVariant& data);