aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/templatepage.cpp
diff options
context:
space:
mode:
authorArmin Berres <armin.berres@basyskom.de>2010-02-17 17:32:04 +0100
committerArmin Berres <armin.berres@basyskom.de>2010-02-19 17:15:30 +0100
commit2df5b376bc2c93437ce0a9e531957c1cfcc9056f (patch)
treeeb6279f3e621aa2ebd49a79a6f007b00fd8ce63e /demos/widgetsgallery/templatepage.cpp
parenta238d30904d5c39e6301bcb51144ec835058356b (diff)
Changes: rework widgetsgallery timedemo
RevBy: Kuisma Salonen Details: So far the timedemo has been a set of fixed benchmarks. This patch allows it to add a arbitrary set of benchmarks to every page in widgetsgallery. Different pages can have a different set of benchmarks. So far the only implemented benchmarks are static pages shown in 0 and 90 degrees. Benchmarks for the appear or rotation phase of pages are not written yet, but can be easily added. Right now we do not have an animation for appearing pages anyway.
Diffstat (limited to 'demos/widgetsgallery/templatepage.cpp')
-rw-r--r--demos/widgetsgallery/templatepage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widgetsgallery/templatepage.cpp b/demos/widgetsgallery/templatepage.cpp
index bee0001e..3ce516c3 100644
--- a/demos/widgetsgallery/templatepage.cpp
+++ b/demos/widgetsgallery/templatepage.cpp
@@ -29,7 +29,7 @@
#include <DuiLocale>
TemplatePage::TemplatePage() :
- DuiApplicationPage(), gid(0),
+ gid(0),
layout(0), landscapePolicy(0), portraitPolicy(0),
container(0), separator(0), infoLabel(0),
containerLayout(0), containerPolicy(0)