Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
BornAgain
Commits
d366bc04
Commit
d366bc04
authored
Jun 14, 2022
by
Mikhail Svechnikov
Browse files
fix
parent
c7d5c163
Pipeline
#67175
failed with stage
in 5 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
GUI/View/PlotUtil/IntensityDataPropertyWidget.cpp
View file @
d366bc04
...
...
@@ -28,7 +28,7 @@
#include
<QLineEdit>
#define FOR_EACH_ITEM \
for(IntensityDataItem* item : m_items_vec)
\
for(IntensityDataItem*
&
item : m_items_vec) \
if(item)
IntensityDataPropertyWidget
::
IntensityDataPropertyWidget
(
QWidget
*
parent
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment