mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T441, added progress bar and stop button to UI
This commit is contained in:
@@ -24,6 +24,9 @@ namespace BlackCore
|
||||
//! Update the progress indicator 0..100
|
||||
virtual void updateProgressIndicator(int percentage) = 0;
|
||||
|
||||
//! Dtor
|
||||
virtual ~IProgressIndicator() {}
|
||||
|
||||
//! Same as updateProgressIndicator but processing events
|
||||
void updateProgressIndicatorAndProcessEvents(int percentage)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user