Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] main function needs to be visible
  • Loading branch information
m-kuhn committed Jul 15, 2015
1 parent 7df1402 commit f836672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -372,7 +372,7 @@ void myMessageOutput( QtMsgType type, const char *msg )
}
}

int main( int argc, char *argv[] )
APP_EXPORT int main( int argc, char *argv[] )
{
#ifdef Q_OS_MACX
// Increase file resource limits (i.e., number of allowed open files)
Expand Down

0 comments on commit f836672

Please sign in to comment.