Debugger: No soft-asserts when clicking on "Manual" or "Auto-detected"

Change-Id: I09720054c4fbec842d2d04571fd2213a67f46095
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Tobias Hunger
2014-04-07 17:59:30 +02:00
committed by hjk
parent b3110de645
commit f05efd3707
2 changed files with 38 additions and 23 deletions

View File

@@ -70,13 +70,15 @@ public:
void apply();
private slots:
void commandWasChanged();
void binaryPathHasChanged();
private:
DebuggerItem item() const;
void store() const;
void setAbis(const QStringList &abiNames);
void handleCommandChange();
QLineEdit *m_displayNameLineEdit;
QLabel *m_cdbLabel;
Utils::PathChooser *m_binaryChooser;