forked from qt-creator/qt-creator
Fix compile
This commit is contained in:
@@ -506,7 +506,7 @@ QString MaemoRunConfiguration::maddeRoot() const
|
||||
const QString MaemoRunConfiguration::sysRoot() const
|
||||
{
|
||||
if (const MaemoToolChain *tc = toolchain())
|
||||
return toolchain()->sysrootRoot();
|
||||
return tc->sysrootRoot();
|
||||
return QString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user