API REVIEW: createMatchOptions() -> createRunOptions()

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801372
This commit is contained in:
Davide Bettio 2008-04-26 12:54:25 +00:00
parent e576ed397b
commit 444c2f6b49
2 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ void AbstractRunner::setHasRunOptions(bool hasRunOptions)
d->hasRunOptions = hasRunOptions;
}
void AbstractRunner::createMatchOptions(QWidget *parent)
void AbstractRunner::createRunOptions(QWidget *parent)
{
Q_UNUSED(parent)
}

View File

@ -113,13 +113,13 @@ class PLASMA_EXPORT AbstractRunner : public QObject
bool hasRunOptions();
/**
* If hasMatchOptions() returns true, this method may be called to get
* If hasRunOptions() returns true, this method may be called to get
* a widget displaying the options the user can interact with to modify
* the behaviour of what happens when a given match is selected.
*
* @param widget the parent of the options widgets.
*/
virtual void createMatchOptions(QWidget *widget);
virtual void createRunOptions(QWidget *widget);
/**
* If the runner itself has configuration options, this method returns true