#include "qt.h" #import QT_BEGIN_NAMESPACE QVariant QT::keepScreenOn(const QVariant& on) { [UIApplication sharedApplication].idleTimerDisabled = on.toBool() ? YES : NO; return on; } QT_END_NAMESPACE