Skip to content
Snippets Groups Projects
Verified Commit 793e76f7 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Code Cleanup

Letting the IDE update the signature of the function definition got a
“Fp311Online::” back in...
parent ab833207
No related branches found
No related tags found
No related merge requests found
Pipeline #3181 passed with stage
in 43 seconds
......@@ -254,7 +254,7 @@ void ClientGui::fillEventsIntoHistogram(const QString& adcchannels)
_rootcanvas.getCanvas()->Update();
}
void Fp311Online::ClientGui::clearHistogram(const bool fromServer)
void ClientGui::clearHistogram(const bool fromServer)
{
for (int i = 0; i < ExperimentState::NumberOfAdcChannels - 1; i++)
_histo->SetBinContent(i, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment