Skip to content

Commit

Permalink
fixing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 3, 2024
1 parent 5f985d9 commit ccb199b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/ios/iosutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ bool IosUtils::openFile( const QString &filePath )
{
#ifdef Q_OS_IOS
return openFileImpl( filePath );
#else
return false;
#endif
}

0 comments on commit ccb199b

Please sign in to comment.