qdomyos-zwift
qdomyos-zwift copied to clipboard
#921 consolidation of repeated code in bluetooth.cpp
#921
Transferring from:
https://github.com/cagnulein/qdomyos-zwift/pull/950#issuecomment-1264459600
https://github.com/cagnulein/qdomyos-zwift/pull/950#issuecomment-1264552934
Basically, this should be done for all the devices:
settings.setValue(QZSettings::bluetooth_lastdevice_name, b.name());
#ifndef Q_OS_IOS
settings.setValue(QZSettings::bluetooth_lastdevice_address, b.address().toString());
#else
settings.setValue(QZSettings::bluetooth_lastdevice_address, b.deviceUuid().toString());
#endif
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
thanks bot
This will be rendered obsolete by the eventual PR for #911.
hah ok, so let's leave this in hold
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
ping
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing as will absorb into other work.