mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 09:29:55 +00:00
Device: allow status updates from all methods
turned statusCallback into a member of Device (instead of a parameter to download() and preview(). This allows all methods to access it, directly and provide better feedback during open/close/erase.
This commit is contained in:
@@ -39,7 +39,7 @@ Device::~Device()
|
||||
}
|
||||
|
||||
bool
|
||||
Device::preview( StatusCallback statusCallback, QString &err )
|
||||
Device::preview( QString &err )
|
||||
{
|
||||
(void) statusCallback;
|
||||
(void) err;
|
||||
|
||||
Reference in New Issue
Block a user