* The method moveMatchesTo() is declared in the runnercontext.h header, but has no
corresponding implementation, so remove it from the header for now. A comment in the log mentions changing addMatchesTo() -> moveMatchesTo(), but both methods no longer exist. svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=821074
This commit is contained in:
parent
d6b4396d7a
commit
996da901e2
@ -122,16 +122,6 @@ class PLASMA_EXPORT RunnerContext : public QObject
|
||||
*/
|
||||
bool addMatch(const QString &term, const QueryMatch &match);
|
||||
|
||||
/**
|
||||
* Takes the matches from this RunnerContext and copies to them another.
|
||||
* If successful, the matches are removed from this RunnerContext and
|
||||
* ownership passed to the other RunnerContext
|
||||
*
|
||||
* @arg other the RunnerContext to move this object's Matches to
|
||||
* @return true if matches were added, false if matches were e.g. outdated
|
||||
*/
|
||||
bool moveMatchesTo(RunnerContext &other);
|
||||
|
||||
/**
|
||||
* Retrieves all available matches for the current search term.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user