Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
gui
alarm-ng
Commits
e7d5777f
Commit
e7d5777f
authored
Jul 08, 2021
by
Giacomo Strangolino
Browse files
database parameters from free prop
parent
02dfd2ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AlarmHistoryTree.cpp
View file @
e7d5777f
...
...
@@ -65,7 +65,9 @@ void AlarmHistoryTree::onFilterNameChanged(const QString &f) {
void
AlarmHistoryTree
::
onDbParamsReady
(
const
CuData
&
p
)
{
QString
m
;
if
(
p
.
B
(
"err"
))
{
bool
err
;
p
[
"err"
].
to
<
bool
>
(
err
);
if
(
err
)
{
m
=
QuString
(
p
,
"msg"
);
printf
(
"AlarmHistoryTree::onDbParamsReady error ? %s
\n
"
,
datos
(
p
));
}
...
...
Write
Preview
Markdown
is supported
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