Squashed commit of the changes from the mobile-examples repository

(4.7-generated-declarative branch).
(cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
This commit is contained in:
David Boddie
2011-04-27 19:16:41 +02:00
parent 0db79fb534
commit c5c9450497
8 changed files with 24 additions and 1 deletions

View File

@@ -48,7 +48,11 @@ int main(int argv, char **args)
app.setApplicationName("Audio Input Test");
InputTest input;
#if defined(Q_OS_SYMBIAN)
input.showMaximized();
#else
input.show();
#endif
return app.exec();
}