┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-05-10 22:40:51 +0200
committerPeter Penz <[email protected]>2012-05-10 22:45:12 +0200
commit4fad8f8f530211839f431819031327275240f7f6 (patch)
tree04530ad1ff2ef82776846caec1a2565bee52c0c5 /src/dolphinviewcontainer.h
parentb983b7d2daa98c17a4263971ce2abf5b3b6fa84f (diff)
Reimplement search-filters
BUG: 270721 BUG: 280377 FIXED-IN: 4.9.0
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h3
1 files changed, 1 insertions, 2 deletions
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();
/**