MCPcopy Create free account
hub / github.com/KDAB/GammaRay / main

Function main

app/main.cpp:102–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100};
101
102int main(int argc, char **argv)
103{
104 QCoreApplication::setOrganizationName("KDAB");
105 QCoreApplication::setOrganizationDomain("kdab.com");
106 QCoreApplication::setApplicationName("GammaRay");
107 QCoreApplication::setApplicationVersion(GAMMARAY_COMPACT_VERSION_STRING);
108 QApplication::setQuitOnLastWindowClosed(false);
109
110 QApplication app(argc, argv);
111 Paths::setRelativeRootPath(
112#if defined(Q_OS_MACX) && defined(GAMMARAY_INSTALL_QT_LAYOUT)
113 GAMMARAY_INVERSE_BUNDLE_DIR
114#else
115 GAMMARAY_INVERSE_BIN_DIR
116#endif
117 );
118 ClientConnectionManager::init();
119
120 Orchestrator o;
121 return app.exec();
122}
123
124#include "main.moc"

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected