forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user