Maemo: Don't create a deployment widget per sub project.

This makes use of a Maemo target perform acceptably for big projects.

Task-number: QTCREATORBUG-2703
Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-10-14 14:03:55 +02:00
parent b576f50228
commit af8b262ece
11 changed files with 171 additions and 418 deletions

View File

@@ -23,10 +23,12 @@ public:
private:
Q_SLOT void handleDeviceUpdate();
Q_SLOT void handleModelsCreated();
Q_SLOT void handleDeviceConfigModelChanged();
Q_SLOT void setCurrentDeviceConfig(int index);
Q_SLOT void setDeployToSysroot(bool doDeloy);
Q_SLOT void setModel(int row);
Q_SLOT void handleModelListToBeReset();
Q_SLOT void handleModelListReset();
virtual void init();
virtual QString summaryText() const;