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:
@@ -30,6 +30,7 @@
|
||||
#ifndef QMLJSTOOLS_H
|
||||
#define QMLJSTOOLS_H
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
@@ -64,8 +65,8 @@ public:
|
||||
ModelManager *modelManager() { return m_modelManager; }
|
||||
|
||||
private slots:
|
||||
void onTaskStarted(const QString &type);
|
||||
void onAllTasksFinished(const QString &type);
|
||||
void onTaskStarted(Core::Id type);
|
||||
void onAllTasksFinished(Core::Id type);
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
void test_basic();
|
||||
|
||||
Reference in New Issue
Block a user