Maemo: Use existing project files watcher.

Also get rid of unneeded state.

Reviewed-by: kh1
This commit is contained in:
ck
2010-07-26 17:31:58 +02:00
parent 743a83b647
commit 0cc983c801
2 changed files with 13 additions and 15 deletions

View File

@@ -54,7 +54,6 @@ namespace Internal {
class MaemoDeployableListModel;
class Qt4BuildConfiguration;
class Qt4NodesWatcher;
class Qt4ProFileNode;
class MaemoDeployables : public QObject
@@ -75,12 +74,12 @@ signals:
private:
Q_SLOT void createModels();
Q_SLOT void init();
void createModels(const Qt4ProFileNode *proFileNode);
const Qt4BuildConfiguration *qt4BuildConfiguration() const;
QList<MaemoDeployableListModel *> m_listModels;
const ProjectExplorer::BuildStep * const m_buildStep;
Qt4NodesWatcher *m_proFilesWatcher;
};
} // namespace Qt4ProjectManager