20#include "pencilerror.h"
21#include "platformhandler.h"
27int main(
int argc,
char* argv[])
29 Q_INIT_RESOURCE(core_lib);
30 PlatformHandler::initialise();
31 initCategoryLogging();
35 switch (app.handleCommandLineOptions().code())
The main application class handling startup as well as the main loop.