From 996da901e284298ed87b552e5e2a893b789ce48c Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Mon, 16 Jun 2008 09:57:25 +0000 Subject: [PATCH] * 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 --- runnercontext.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/runnercontext.h b/runnercontext.h index 3b28f8905..5da02b298 100644 --- a/runnercontext.h +++ b/runnercontext.h @@ -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. *