diff options
| author | Frank Reininghaus <[email protected]> | 2013-03-07 22:56:52 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-03-07 22:58:48 +0100 |
| commit | a3b5656a16bf8536483853ebfae7d280d19182a0 (patch) | |
| tree | 6e5c9d02bd532e26d1b2c32f1c5d227931a1df35 /src/dolphinviewcontainer.h | |
| parent | 0ae259e0985264cc0fcbe9856407baa57baca84c (diff) | |
Remove duplicated slot
The slot DolphinViewContainer::focusView(), introduced in commit
2f0114730d1f5c3dfaee833300168b8e16b068f2, is actually unnecessary
because DolphinViewContainer::requestFocus() provides the same
functionality already.
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 93fabecbc..bc58531a2 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -147,11 +147,6 @@ public slots: */ void setFilterBarVisible(bool visible); - /** - * Sets focus to the item view. - */ - void focusView(); - signals: /** * Is emitted whenever the filter bar has changed its visibility state. |
