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

@@ -51,6 +51,7 @@ namespace Qt4ProjectManager {
namespace Internal {
class MaemoDeployableListModel;
class MaemoPackageCreationStep;
class Qt4NodesWatcher;
class Qt4ProFileNode;
class MaemoDeployables : public QObject
@@ -75,6 +76,7 @@ private:
QList<MaemoDeployableListModel *> m_listModels;
MaemoPackageCreationStep * const m_packagingStep;
Qt4NodesWatcher *m_proFilesWatcher;
};
} // namespace Qt4ProjectManager