forked from qt-creator/qt-creator
ProjectExplorer: Use FilePaths in project tree nodes
Change-Id: I31b15c428d9b962333947b1e32641fd80f61d069 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -95,6 +95,11 @@ QString GeneratedFile::path() const
|
||||
return m_d->path;
|
||||
}
|
||||
|
||||
FilePath GeneratedFile::filePath() const
|
||||
{
|
||||
return FilePath::fromString(m_d->path);
|
||||
}
|
||||
|
||||
void GeneratedFile::setPath(const QString &p)
|
||||
{
|
||||
m_d->path = QDir::cleanPath(p);
|
||||
|
||||
Reference in New Issue
Block a user