forked from qt-creator/qt-creator
Maemo: Add watcher for project files.
Reviewed-by: kh1
This commit is contained in:
@@ -219,7 +219,7 @@ QString MaemoDeployableListModel::projectName() const
|
||||
|
||||
QString MaemoDeployableListModel::projectDir() const
|
||||
{
|
||||
return m_proFileNode->path();
|
||||
return QFileInfo(m_proFileNode->path()).dir().path();
|
||||
}
|
||||
|
||||
} // namespace Qt4ProjectManager
|
||||
|
||||
Reference in New Issue
Block a user