forked from qt-creator/qt-creator
Core/Utils: Migrate further to Utils::Id
The coreplugin/id.h header is kept for downstream for now.
Change-Id: I8c44590f7b988b3770ecdc177c40783e12353e66
(cherry picked from commit 430a33dcd9)
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -358,7 +358,7 @@ QStringList QmakeProFileNode::targetApplications() const
|
||||
return apps;
|
||||
}
|
||||
|
||||
QVariant QmakeProFileNode::data(Core::Id role) const
|
||||
QVariant QmakeProFileNode::data(Utils::Id role) const
|
||||
{
|
||||
if (role == Android::Constants::AndroidPackageSourceDir)
|
||||
return singleVariableValue(Variable::AndroidPackageSourceDir);
|
||||
@@ -412,7 +412,7 @@ QVariant QmakeProFileNode::data(Core::Id role) const
|
||||
return {};
|
||||
}
|
||||
|
||||
bool QmakeProFileNode::setData(Core::Id role, const QVariant &value) const
|
||||
bool QmakeProFileNode::setData(Utils::Id role, const QVariant &value) const
|
||||
{
|
||||
QmakeProFile *pro = proFile();
|
||||
if (!pro)
|
||||
|
||||
Reference in New Issue
Block a user