Am Wed, 04 Sep 2013 23:45:08 +0200 schrieb Muhammad Bashir Al-Noimi <[email protected]>:
> #if !defined(Q_OS_ANDROID)
> d->showFullScreen();
> #else
> geometry = d->saveGeometry();
> d->setFixedSize(qApp->desktop()->size());
> d->setWindowFlags(Qt::FramelessWindowHint);
> d->setWindowState( d->windowState() | Qt::WindowFullScreen);
> d->show();
> d->activateWindow();
> #endif
i think it's meant to be the other way around:
#if defined(Q_OS_ANDROID)
// rest of your code
--
/*
* printk ("scsi%d : Oh no Mr. Bill!\n", host->host_no);
* linux-2.6.6/drivers/scsi/53c7xx.c
*/
signature.asc
Description: PGP signature
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
