mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Implement the '...' search button for Uemis dive computers
Right now the search button isn't connected for any device (clearly an oversight). At least for the Uemis I think I have a sane implementation of what that should do. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
756abc0341
commit
48c4c21b9f
2 changed files with 15 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ public:
|
|||
public slots:
|
||||
void on_ok_clicked();
|
||||
void on_cancel_clicked();
|
||||
void on_search_clicked();
|
||||
void on_vendor_currentIndexChanged(const QString& vendor);
|
||||
void on_product_currentIndexChanged();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue