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

Method addBigTreeDelayed

kdevplatform/project/tests/projectmodelperformancetest.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void ProjectModelPerformanceTest::addBigTreeDelayed()
128{
129 originalWidth = model->rowCount();
130 QTimer::singleShot( 0, this, &ProjectModelPerformanceTest::addItemDelayed );
131}
132
133void ProjectModelPerformanceTest::addItemDelayed()
134{

Callers

nothing calls this directly

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected