forked from qt-creator/qt-creator
Add functionality to show progress for the application in task bar/dock.
Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
FutureProgress *addTask(const QFuture<void> &future,
|
||||
const QString &title,
|
||||
const QString &type,
|
||||
ProgressManager::PersistentType persistency);
|
||||
ProgressManager::ProgressFlags flags);
|
||||
|
||||
private slots:
|
||||
void slotFinished();
|
||||
|
||||
Reference in New Issue
Block a user