Let QmlProjectItem return always absolute paths

We're converting the path to absolute ones in QmlProject anyway ...
This commit is contained in:
Kai Koehne
2010-01-19 16:56:03 +01:00
parent 20801bee30
commit 2181a93a1b
3 changed files with 24 additions and 18 deletions

View File

@@ -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);