mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Filter for logged/planned dives
Add filter for dives having a planned dive computer or a logged dive computer. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
c349692d98
commit
123f3ef7ec
8 changed files with 208 additions and 137 deletions
|
|
@ -27,6 +27,12 @@ protected:
|
|||
signals:
|
||||
void filterDataChanged(const FilterData& data);
|
||||
|
||||
public slots:
|
||||
void updatePlanned(int value);
|
||||
void updateLogged(int value);
|
||||
|
||||
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::FilterWidget2> ui;
|
||||
FilterData filterData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue