MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / setNumberOfFilesScanned

Method setNumberOfFilesScanned

gui/statsdialog.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void StatsDialog::setNumberOfFilesScanned(int num)
142{
143 mUI->mNumberOfFilesScanned->setText(QString::number(num));
144}
145
146void StatsDialog::setScanDuration(double seconds)
147{

Callers 1

showStatisticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected