Skip to content

Instantly share code, notes, and snippets.

@letiemble
Created January 16, 2013 19:54
Show Gist options
  • Save letiemble/4550263 to your computer and use it in GitHub Desktop.
Save letiemble/4550263 to your computer and use it in GitHub Desktop.
Pseudo entry point that is called by Receigen validation code.
extern "C" {
int main_(int argc, const char *argv[])
{
QApplication a(argc, (char**) argv);
// Create and show main window here
return a.exec();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment