diff options
author | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-08-31 14:42:59 (GMT) |
---|---|---|
committer | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-08-31 14:45:23 (GMT) |
commit | c94439e3d20b79db7df3e6b23b6753652b812e1f (patch) | |
tree | d5160f25045e704905fb39a2bb359be995ca64ac /examples/graphicsview | |
parent | c38384b33d9aeaa4acd353442f5b17cf31769dee (diff) | |
download | Qt-c94439e3d20b79db7df3e6b23b6753652b812e1f.zip Qt-c94439e3d20b79db7df3e6b23b6753652b812e1f.tar.gz Qt-c94439e3d20b79db7df3e6b23b6753652b812e1f.tar.bz2 |
Don't show the pad navigator example full screen.
This reverts a change added by 6a3de1f5 by mistake (according to the
S60 guys). The proper fix may be to add a -small-screen argument,
or to run fullscreen on embedded only.
Reviewed-by: jbarron
Diffstat (limited to 'examples/graphicsview')
-rw-r--r-- | examples/graphicsview/padnavigator/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/padnavigator/main.cpp b/examples/graphicsview/padnavigator/main.cpp index a984eab..30e1dc3 100644 --- a/examples/graphicsview/padnavigator/main.cpp +++ b/examples/graphicsview/padnavigator/main.cpp @@ -53,7 +53,7 @@ int main(int argc, char *argv[]) Panel panel(3, 3); panel.setFocus(); - panel.showFullScreen(); + panel.show(); return app.exec(); } |