diff options
author | Ulf Hermann <ulf.hermann@theqtcompany.com> | 2014-12-10 12:53:49 +0100 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@theqtcompany.com> | 2014-12-16 15:22:48 +0100 |
commit | c40d9e9d17ac0bfed0e36372afc02d5136678a0b (patch) | |
tree | cd40e0286fd669b78df3b399acfa56682cb48c8e /src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp | |
parent | acc4d1a4125043f3690b0e14be1a5f5e598b0189 (diff) | |
download | qt-creator-c40d9e9d17ac0bfed0e36372afc02d5136678a0b.tar.gz |
Timeline: Create new library from contents of QmlProfiler
Change-Id: I964b2f149e237eb25a08600e8dab8968e8bc0cb9
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp b/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp index 595886e999..9c59645c5b 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp +++ b/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp @@ -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); |