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:
parent
e2ec9b03db
commit
39a98a8953
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user