Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
11120f37
Commit
11120f37
authored
Sep 08, 2021
by
Zhou, Wenduo
Browse files
Less a cpp check error.
parent
3d1f3d87
Changes
1
Hide whitespace changes
Inline
Side-by-side
qt/widgets/plugins/algorithm_dialogs/src/StartLiveDataDialog.cpp
View file @
11120f37
...
...
@@ -410,6 +410,8 @@ void StartLiveDataDialog::initListenerPropLayout(const QString &listener) {
// m_algorithm->setPropertyValue("Instrument", ui.cmbInstrument->currentText().toStdString());
// m_algorithm->setPropertyValue("Listener", listener.toStdString());
// create or clear the layout
std
::
cout
<<
"Listerner "
<<
listener
.
toStdString
()
<<
" will not be used here"
<<
"
\n
"
;
QLayout
*
layout
=
ui
.
listenerProps
->
layout
();
if
(
!
layout
)
{
QGridLayout
*
listenerPropLayout
=
new
QGridLayout
(
ui
.
listenerProps
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment