* 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:
Richard Dale 2008-06-16 09:57:25 +00:00
parent d6b4396d7a
commit 996da901e2

View File

@ -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.
*