forked from qt-creator/qt-creator
Let QmlProjectItem return always absolute paths
We're converting the path to absolute ones in QmlProject anyway ...
This commit is contained in:
@@ -78,6 +78,7 @@ void QmlProjectItem::setSourceDirectory(const QString &directoryPath)
|
||||
emit sourceDirectoryChanged();
|
||||
}
|
||||
|
||||
/* Returns list of absolute paths */
|
||||
QStringList QmlProjectItem::qmlFiles() const
|
||||
{
|
||||
const Q_D(QmlProjectItem);
|
||||
|
||||
Reference in New Issue
Block a user