From 793e76f7f439b62ef4d253b5625ea7671522a152 Mon Sep 17 00:00:00 2001 From: Tobias Triffterer <tobias@ep1.ruhr-uni-bochum.de> Date: Wed, 5 May 2021 23:44:20 +0200 Subject: [PATCH] Code Cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Letting the IDE update the signature of the function definition got a “Fp311Online::†back in... --- src/clientgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientgui.cpp b/src/clientgui.cpp index 86fae1f..7a85234 100644 --- a/src/clientgui.cpp +++ b/src/clientgui.cpp @@ -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); -- GitLab