MCPcopy Create free account
hub / github.com/KDE/kdevelop / main

Function main

kdevplatform/project/tests/projectmodelperformancetest.cpp:182–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182int main( int argc, char** argv )
183{
184 QApplication a( argc, argv );
185 auto* w = new ProjectModelPerformanceTest;
186 w->show();
187 w->setAttribute(Qt::WA_DeleteOnClose);
188
189 QMetaObject::invokeMethod(w, "init");
190 return a.exec();
191}
192
193#include "moc_projectmodelperformancetest.cpp"

Callers

nothing calls this directly

Calls 3

showMethod · 0.80
setAttributeMethod · 0.80
execMethod · 0.80

Tested by

no test coverage detected