Am Wed, 04 Sep 2013 23:45:08 +0200
schrieb Muhammad Bashir Al-Noimi <mbno...@gmail.com>:

> #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
 */

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to