forked from qt-creator/qt-creator
QmlProfiler: Initialize pointer
Change-Id: I592ba7c058cc8665dfd5e010bb14e77fa9072619 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Internal {
|
|||||||
class QmlProfilerStateWidget::QmlProfilerStateWidgetPrivate
|
class QmlProfilerStateWidget::QmlProfilerStateWidgetPrivate
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QmlProfilerStateWidgetPrivate(QmlProfilerStateWidget *qq) { Q_UNUSED(qq); }
|
QmlProfilerStateWidgetPrivate(QmlProfilerStateWidget *qq) : text(nullptr) { Q_UNUSED(qq); }
|
||||||
|
|
||||||
QLabel *text;
|
QLabel *text;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user