forked from qt-creator/qt-creator
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:
@@ -43,6 +43,7 @@ namespace Internal {
|
||||
class QmlProfilerTool : public Analyzer::IAnalyzerTool
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit QmlProfilerTool(QObject *parent = 0);
|
||||
~QmlProfilerTool();
|
||||
@@ -62,6 +63,7 @@ public:
|
||||
QWidget *createTimeLineWidget();
|
||||
|
||||
bool canRunRemotely() const;
|
||||
bool needsOutputPane() const { return false; }
|
||||
|
||||
void clearDisplay();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user