Skip to content
Snippets Groups Projects
Commit bd289973 authored by Kai Koehne's avatar Kai Koehne Committed by Christiaan Janssen
Browse files

QmlProfiler: Properly initialize variable


Change-Id: I9ecc8807b9319a6317e8f5f5711deadb45031f75
Reviewed-by: default avatarChristiaan Janssen <christiaan.janssen@nokia.com>
parent 01e785f5
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ namespace Internal {
QmlProfilerCanvas::QmlProfilerCanvas()
: m_context2d(new Context2D(this))
, m_dirty(true)
{
setFlag(QGraphicsItem::ItemHasNoContents, false);
setAcceptedMouseButtons(Qt::LeftButton);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment