Maemo: Fix race condition when removing a deploy step.

This commit is contained in:
Christian Kandeler
2011-04-07 15:45:26 +02:00
parent 84babcb2bf
commit dc3ec71ab0
3 changed files with 22 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ private:
Q_SLOT void handleDeviceUpdate();
Q_SLOT void setCurrentDeviceConfig(int index);
Q_SLOT void showDeviceConfigurations();
Q_SLOT void handleStepToBeRemoved(int step);
virtual void init();
virtual QString summaryText() const;