Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rutherford Experiment Lab Course Online
Client
Commits
5f34d3cf
Verified
Commit
5f34d3cf
authored
3 years ago
by
Tobias Triffterer
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/clientgui.cpp
+2
-2
2 additions, 2 deletions
src/clientgui.cpp
with
2 additions
and
2 deletions
src/clientgui.cpp
+
2
−
2
View file @
5f34d3cf
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment