forked from qt-creator/qt-creator
Use Core::Id in project-related objects
Use Core::Id for all the project related objects in favor of plain QStrings. Change-Id: I790ab40cb29899efdb49c413a77609486f52e683 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -78,7 +78,7 @@ namespace {
|
||||
namespace Android {
|
||||
namespace Internal {
|
||||
|
||||
AndroidTarget::AndroidTarget(Qt4Project *parent, const QString &id) :
|
||||
AndroidTarget::AndroidTarget(Qt4Project *parent, const Core::Id id) :
|
||||
Qt4BaseTarget(parent, id)
|
||||
, m_androidFilesWatcher(new QFileSystemWatcher(this))
|
||||
, m_buildConfigurationFactory(new Qt4BuildConfigurationFactory(this))
|
||||
|
||||
Reference in New Issue
Block a user