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:
@@ -33,7 +33,9 @@
|
||||
|
||||
#include "clearcasesettings.h"
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
#include <vcsbase/vcsbaseplugin.h>
|
||||
|
||||
#include <QFile>
|
||||
#include <QPair>
|
||||
#include <QStringList>
|
||||
@@ -191,7 +193,7 @@ private slots:
|
||||
void updateIndex();
|
||||
void updateView();
|
||||
void projectChanged(ProjectExplorer::Project *project);
|
||||
void tasksFinished(const QString &type);
|
||||
void tasksFinished(Core::Id type);
|
||||
void syncSlot();
|
||||
void closing();
|
||||
void updateStatusActions();
|
||||
|
||||
Reference in New Issue
Block a user