analyzer: make output pane not pop up automatically in all cases

Change-Id: Ief96ab7093d78915087a273f3eff0b4489c3b370
Reviewed-on: http://codereview.qt.nokia.com/30
Reviewed-by: hjk
This commit is contained in:
hjk
2011-05-20 09:12:34 +02:00
committed by hjk
parent 705d450910
commit c31bc05e2e
16 changed files with 63 additions and 57 deletions

View File

@@ -44,10 +44,10 @@ namespace Internal {
class CallgrindEngine : public Valgrind::Internal::ValgrindEngine
{
Q_OBJECT
public:
explicit CallgrindEngine(const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration);
virtual ~CallgrindEngine();
void start();