revisions

This commit is contained in:
pls.153 2024-05-23 10:28:06 +02:00
parent f02422ddfe
commit ce8b07845c
31 changed files with 2 additions and 92 deletions

View file

@ -2,11 +2,8 @@
#import <UIKit/UIKit.h>
QT_BEGIN_NAMESPACE
QVariant QT::keepScreenOn(const QVariant& on) {
[UIApplication sharedApplication].idleTimerDisabled = on.toBool() ? YES : NO;
return on;
}
QT_END_NAMESPACE