analyzer: use dockwidget also for the memcheck tool

Change-Id: I40d3a03e80627b4ff62ff84726dd6de3bcb1f5ea
Reviewed-on: http://codereview.qt.nokia.com/775
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-06-27 15:43:15 +02:00
committed by hjk
parent 4c288b35a4
commit 0753c7bd2e
4 changed files with 173 additions and 132 deletions

View File

@@ -99,20 +99,24 @@ public:
QString defaultSuppressionFile() const;
Analyzer::AnalyzerSettings *settings() const { return m_settings; }
public slots:
void settingsChanged(Analyzer::AnalyzerSettings *settings);
void goNext();
void goBack();
signals:
void resized();
public slots:
void settingsChanged(Analyzer::AnalyzerSettings *settings);
private slots:
void suppressError();
protected:
void resizeEvent(QResizeEvent *e);
void contextMenuEvent(QContextMenuEvent *e);
void suppressError();
void setCurrentRow(int row);
private:
int rowCount() const;
int currentRow() const;
QAction *m_copyAction;
QAction *m_suppressAction;
QString m_defaultSuppFile;