Maemo: Add watcher for project files.

Reviewed-by: kh1
This commit is contained in:
ck
2010-07-08 12:17:54 +02:00
parent 70e801bb09
commit 9d7fc860bf
4 changed files with 17 additions and 9 deletions

View File

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