forked from qt-creator/qt-creator
Timeline: Create new library from contents of QmlProfiler
Change-Id: I964b2f149e237eb25a08600e8dab8968e8bc0cb9 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -71,7 +71,7 @@ QmlProfilerStateWidget::QmlProfilerStateWidget(QmlProfilerStateManager *stateMan
|
||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||
resize(200,70);
|
||||
|
||||
d->shadowPic.load(QLatin1String(":/qmlprofiler/dialog_shadow.png"));
|
||||
d->shadowPic.load(QLatin1String(":/timeline/dialog_shadow.png"));
|
||||
|
||||
d->text = new QLabel(this);
|
||||
d->text->setAlignment(Qt::AlignCenter);
|
||||
|
||||
Reference in New Issue
Block a user