diff options
| author | Don Nguyen <[email protected]> | 2017-02-18 22:55:38 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2017-02-18 22:55:38 +0100 |
| commit | edf8e5737316204e4a96e5edf4cba4cdec1c71ef (patch) | |
| tree | 5e2e7e391442f7c54924499029a4aec9009e8b5b /src/dolphinmainwindow.h | |
| parent | db3f3746798a74d25dbfaeeaa1abd1b71c93613b (diff) | |
Make "show filter bar" a toggle action
REVIEW: 129662
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d741eb21e..219bcdcb9 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -236,7 +236,7 @@ private slots: void enableStopAction(); void disableStopAction(); - void showFilterBar(); + void showFilterBar(bool show); /** * Toggles between edit and browse mode of the navigation bar. |
