Open
Description
How is the library meant to be used. A simple C++ Example code might look like this:
#include
int main(int argv, char **args)
{
QCoreApplication app(argv, args);
}
What is the ObjQT equivalent? Touching the QCoreApplication object for "initWithQCoreApplication" does feels somewhat dirty..
Metadata
Metadata
Assignees
Labels
No labels