Maemo: Run configuration gets device from deploy step.

This commit is contained in:
ck
2010-08-17 08:46:01 +02:00
parent 3c10fc18a1
commit 3a4baff506
6 changed files with 37 additions and 41 deletions

View File

@@ -74,7 +74,6 @@ private slots:
void showSettingsDialog(const QString &link);
void updateTargetInformation();
void handleCurrentDeviceConfigChanged();
void setCurrentDeviceConfig(int index);
void addMount();
void removeMount();
void changeLocalMountDir(const QModelIndex &index);
@@ -101,7 +100,7 @@ private:
QLineEdit *m_argsLineEdit;
QLabel *m_localExecutableLabel;
QLabel *m_remoteExecutableLabel;
QComboBox *m_devConfBox;
QLabel *m_devConfLabel;
QLabel *m_mountWarningLabel;
QTableView *m_mountView;
QToolButton *m_removeMountButton;