┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorDon Nguyen <[email protected]>2017-02-18 22:55:38 +0100
committerEmmanuel Pescosta <[email protected]>2017-02-18 22:55:38 +0100
commitedf8e5737316204e4a96e5edf4cba4cdec1c71ef (patch)
tree5e2e7e391442f7c54924499029a4aec9009e8b5b /src/dolphinmainwindow.h
parentdb3f3746798a74d25dbfaeeaa1abd1b71c93613b (diff)
Make "show filter bar" a toggle action
REVIEW: 129662
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h2
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.