mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add function for non-BT connection addresses
Simple rewrite of a piece of code separated to its own function so that is can be used in other places as well. To avoid code duplication for dynamic BT on/off switching on mobile. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
8b8863b640
commit
fa5e685279
2 changed files with 16 additions and 10 deletions
|
@ -7,6 +7,7 @@ void init_ui();
|
|||
|
||||
void run_ui();
|
||||
void exit_ui();
|
||||
void set_non_bt_addresses();
|
||||
|
||||
#if defined(SUBSURFACE_MOBILE)
|
||||
#include <QQuickWindow>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue