forked from qt-creator/qt-creator
make BaseQtVersion::qtCorePaths() non-static
simplifies the call sites. Change-Id: I651644c641e9763a2c5f41a5644d8c2cf44469fb Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -53,7 +53,7 @@ QString EmbeddedLinuxQtVersion::type() const
|
||||
|
||||
QList<ProjectExplorer::Abi> EmbeddedLinuxQtVersion::detectQtAbis() const
|
||||
{
|
||||
return qtAbisFromLibrary(qtCorePaths(versionInfo(), qtVersionString()));
|
||||
return qtAbisFromLibrary(qtCorePaths());
|
||||
}
|
||||
|
||||
QString EmbeddedLinuxQtVersion::description() const
|
||||
|
||||
Reference in New Issue
Block a user