diff options
| author | Serg Podtynnyi <[email protected]> | 2023-01-25 00:04:54 +0700 |
|---|---|---|
| committer | Serg Podtynnyi <[email protected]> | 2023-01-25 18:37:55 +0700 |
| commit | 96323e049c700fcd63d93f00c5b92a8ddfe0cb27 (patch) | |
| tree | 82ae2424cd60dfe61d495e7418bac2bf3e8ba280 /src/dolphinviewcontainer.h | |
| parent | 2ae4c7aafcd1906326a5e801df113af59d67dac8 (diff) | |
Clear filter bar on clicking current folder in places
Reset the filter bar when user clicks on the current folder in places
list, also rename slot function to be more clear.
BUG: 259382
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 83d3ed1a1..dbaf18261 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -204,6 +204,7 @@ public: */ void disableUrlNavigatorSelectionRequests(); void enableUrlNavigatorSelectionRequests(); + void clearFilterBar(); public Q_SLOTS: /** |
