Simplify analyzer config widgets

Interconnect signal/slots directly instead of adding other slots in the
config widgets class.

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Kevin Funk
2011-03-04 16:00:03 +01:00
committed by hjk
parent ca2a10d633
commit 0932334109
4 changed files with 7 additions and 53 deletions

View File

@@ -58,12 +58,6 @@ public:
ValgrindConfigWidget(ValgrindSettings *settings, QWidget *parent);
virtual ~ValgrindConfigWidget();
// ### remove the following?
QString valgrindExe() const;
public slots:
void setValgrindExe(const QString &exe);
private:
ValgrindSettings *m_settings;
Ui::ValgrindConfigWidget *m_ui;