Skip to content

Commit

Permalink
iosutils.mm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 15, 2024
1 parent cc302b8 commit ca51d52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/ios/iosutils.mm
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@
***************************************************************************/

#include <UIKit/UIKit.h>
<<< <<< < HEAD
#include <sys/utsname.h>
== == == =
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#include <QString>
>>> >>> > 05801f46( ios pdf viewing )
#include "iosutils.h"

void IosUtils::setIdleTimerDisabled()
void IosUtils::setIdleTimerDisabled()
{
[[UIApplication sharedApplication] setIdleTimerDisabled:YES];
}
Expand Down

0 comments on commit ca51d52

Please sign in to comment.