Fixed video intitialization problem on Qtopia (thanks David!)

This commit is contained in:
Sam Lantinga
2003-04-15 16:04:31 +00:00
parent 5c9228bec6
commit ed9cf0c1f0

View File

@@ -36,8 +36,8 @@ int main(int argc, char *argv[])
#ifdef QWS
// This initializes the Qtopia application. It needs to be done here
// because it parses command line options.
QWidget dummy;
app = new QPEApplication(argc, argv);
QWidget dummy;
app->showMainWidget(&dummy);
atexit(cleanupQCop);
#endif