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

Remove unnecessary Namespace Prefixes

Those were added by the IDE but are not needed...
parent cb7fae84
No related branches found
No related tags found
No related merge requests found
Pipeline #3273 passed with stage
in 41 seconds
......@@ -261,7 +261,7 @@ void ClientGui::fillEventsIntoHistogram(const QString& adcchannels)
_rootcanvas.getCanvas()->Update();
}
void Fp311Online::ClientGui::updateHistogram(const QString& bincontents)
void ClientGui::updateHistogram(const QString& bincontents)
{
if (_state.adcState == ExperimentState::AdcState::Running)
return;
......@@ -298,7 +298,7 @@ void ClientGui::clearHistogram(const bool fromServer)
sendSimpleActiontoServer(Protocol::Action::clearHistogram);
}
void Fp311Online::ClientGui::saveRootFile()
void ClientGui::saveRootFile()
{
const QString filename = QFileDialog::getSaveFileName(
this,
......
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