qdomyos-zwift icon indicating copy to clipboard operation
qdomyos-zwift copied to clipboard

#921 consolidation of repeated code in bluetooth.cpp

Open drmason789 opened this issue 2 years ago • 1 comments

#921

drmason789 avatar Sep 02 '22 21:09 drmason789

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

drmason789 avatar Oct 02 '22 16:10 drmason789

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.

stale[bot] avatar Oct 21 '22 16:10 stale[bot]

thanks bot

cagnulein avatar Oct 21 '22 17:10 cagnulein

This will be rendered obsolete by the eventual PR for #911.

drmason789 avatar Nov 02 '22 20:11 drmason789

hah ok, so let's leave this in hold

cagnulein avatar Nov 02 '22 20:11 cagnulein

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.

stale[bot] avatar Nov 17 '22 21:11 stale[bot]

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.

stale[bot] avatar Dec 10 '22 04:12 stale[bot]

ping

cagnulein avatar Dec 10 '22 06:12 cagnulein

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.

stale[bot] avatar Dec 25 '22 06:12 stale[bot]

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.

stale[bot] avatar Jan 16 '23 12:01 stale[bot]

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.

stale[bot] avatar Feb 08 '23 00:02 stale[bot]

Closing as will absorb into other work.

drmason789 avatar Feb 08 '23 23:02 drmason789