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:
@@ -57,7 +57,7 @@
|
||||
// QGraphicsView::fitInView(const QRectF &rect,
|
||||
// Qt::AspectRatioMode aspectRatioMode)
|
||||
// Bug report here: http://bugreports.qt.nokia.com/browse/QTBUG-11945
|
||||
#define FIT_IN_VIEW_MARGIN 2;
|
||||
static const int FIT_IN_VIEW_MARGIN = 2;
|
||||
|
||||
using namespace Valgrind::Callgrind;
|
||||
|
||||
@@ -218,7 +218,6 @@ class Visualisation::Private
|
||||
{
|
||||
public:
|
||||
Private(Visualisation *qq);
|
||||
~Private();
|
||||
|
||||
void handleMousePressEvent(QMouseEvent *event, bool doubleClicked);
|
||||
qreal sceneHeight() const;
|
||||
@@ -245,11 +244,6 @@ Visualisation::Private::Private(Visualisation *qq)
|
||||
qq, SLOT(populateScene()));
|
||||
}
|
||||
|
||||
Visualisation::Private::~Private()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Visualisation::Private::handleMousePressEvent(QMouseEvent *event,
|
||||
bool doubleClicked)
|
||||
{
|
||||
@@ -466,5 +460,5 @@ void Visualisation::resizeEvent(QResizeEvent *event)
|
||||
QGraphicsView::resizeEvent(event);
|
||||
}
|
||||
|
||||
} // Internal
|
||||
} // Callgrind
|
||||
} // namespace Internal
|
||||
} // namespace Callgrind
|
||||
|
||||
Reference in New Issue
Block a user