mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Filter: implement close & reset
Implement the close & reset functionality, by reseting the application state to "Default". This is currently the only state from where the fiter can be called. To make it consistent with CTRL^F, clear the filter in the hide() slot, which is called in both cases. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a455b32e02
commit
c383079626
2 changed files with 11 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ public slots:
|
|||
void updateLogged(int value);
|
||||
private slots:
|
||||
void clearFilter();
|
||||
void closeFilter();
|
||||
void temperatureChanged();
|
||||
void countsChanged();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue