API REVIEW: config() -> protected

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801342
This commit is contained in:
Davide Bettio 2008-04-26 11:59:23 +00:00
parent 6b0b1e0dc4
commit a36939ee2c

View File

@ -75,11 +75,6 @@ class PLASMA_EXPORT AbstractRunner : public QObject
virtual ~AbstractRunner();
/**
* Provides access to the runner's configuration object.
*/
KConfigGroup config() const;
/**
* This is the main query method. It should trigger creation of
* SearchMatch instances through SearchContext::addInformationalMatch,
@ -179,6 +174,11 @@ class PLASMA_EXPORT AbstractRunner : public QObject
explicit AbstractRunner(QObject* parent = 0, const QString& serviceId = QString());
AbstractRunner(QObject* parent, const QVariantList& args);
/**
* Provides access to the runner's configuration object.
*/
KConfigGroup config() const;
/**
* Sets whether or not the the runner has options for matches
*/