Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
void StatsDialog::setNumberOfFilesScanned(int num)
142
{
143
mUI->mNumberOfFilesScanned->setText(QString::number(num));
144
}
145
146
void StatsDialog::setScanDuration(double seconds)
147
{
Callers
1
showStatistics
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected