forked from qt-creator/qt-creator
ProjectManager: Use Core::Id for progress types
Change-Id: I72993fda50ad70ad2d7c2f449923ac6e34b9e737 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#define FUTUREPROGRESS_H
|
||||
|
||||
#include <coreplugin/core_global.h>
|
||||
#include <coreplugin/id.h>
|
||||
|
||||
#include <QString>
|
||||
#include <QFuture>
|
||||
@@ -60,8 +61,8 @@ public:
|
||||
void setTitle(const QString &title);
|
||||
QString title() const;
|
||||
|
||||
void setType(const QString &type);
|
||||
QString type() const;
|
||||
void setType(Id type);
|
||||
Id type() const;
|
||||
|
||||
void setKeepOnFinish(KeepOnFinishType keepType);
|
||||
bool keepOnFinish() const;
|
||||
|
||||
Reference in New Issue
Block a user