aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/panningbenchmark.cpp
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@nokia.com>2010-03-30 14:50:53 +0300
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-03-30 14:51:31 +0300
commita0bf7faa1a070a01e63c550097d4d9803cfdc8e5 (patch)
tree3d695a96e58a25ae2276f455357f2e73d9189061 /demos/widgetsgallery/panningbenchmark.cpp
parent555308b7f725700b046f7ef74a9f812d5dff036b (diff)
Changes: Removed usage of windowShown() signal in widgetsgallery
RevBy: TrustMe
Diffstat (limited to 'demos/widgetsgallery/panningbenchmark.cpp')
-rw-r--r--demos/widgetsgallery/panningbenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widgetsgallery/panningbenchmark.cpp b/demos/widgetsgallery/panningbenchmark.cpp
index 6ad4e60e..b9322815 100644
--- a/demos/widgetsgallery/panningbenchmark.cpp
+++ b/demos/widgetsgallery/panningbenchmark.cpp
@@ -38,7 +38,7 @@ QString PanningBenchmark::name() {
void PanningBenchmark::start()
{
if (!applicationPage->isActiveWindow()) {
- connect(applicationPage, SIGNAL(windowShown()), this, SLOT(waitBeforePanning()));
+ connect(applicationPage, SIGNAL(appeared()), this, SLOT(waitBeforePanning()));
applicationPage->appear();
} else {
QTimer::singleShot(0, this, SLOT(panDown()));