From 4fad8f8f530211839f431819031327275240f7f6 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 10 May 2012 22:40:51 +0200 Subject: Reimplement search-filters BUG: 270721 BUG: 280377 FIXED-IN: 4.9.0 --- src/dolphinviewcontainer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index a1569ea8b..f0a0960d2 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -253,9 +253,8 @@ private slots: /** * Gets the search URL from the searchbox and starts searching. - * @param text Text the user has entered into the searchbox. */ - void startSearching(const QString& text); + void startSearching(); void closeSearchBox(); /** -- cgit v1.3.1