forked from qt-creator/qt-creator
analyzer: refactor progress
Change-Id: If74c8035bc83a8113c2a15dcacefa38afbbbb4d8 Reviewed-on: http://codereview.qt.nokia.com/1056 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Analyzer {
|
||||
class AnalyzerStartParameters;
|
||||
class IAnalyzerTool;
|
||||
|
||||
class ANALYZER_EXPORT AnalyzerRunControl: public ProjectExplorer::RunControl
|
||||
class ANALYZER_EXPORT AnalyzerRunControl : public ProjectExplorer::RunControl
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -65,6 +65,7 @@ public:
|
||||
QIcon icon() const;
|
||||
|
||||
private slots:
|
||||
void stopIt();
|
||||
void receiveOutput(const QString &, Utils::OutputFormat format);
|
||||
|
||||
void addTask(ProjectExplorer::Task::TaskType type, const QString &description,
|
||||
|
||||
Reference in New Issue
Block a user