Skip to content
Snippets Groups Projects
Commit d403099f authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

reinstalling to solve Ack not working

parent deaa9eab
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,6 @@ void Acmd::ack(const QTreeWidget *tw, bool all, CumbiaPool *cup, const CuControl
if(alarms.size() != 1 || alarms[0].count('/') == 0) { // exclude "Alarm server error"
w->setAutoDestroy(true);
w->setTarget(QString("%1->Ack").arg(dev));
pretty_pri("acking on target '%s'", qstoc(w->target()));
qDebug() << __PRETTY_FUNCTION__ << map;
for(const QString& s : alarms)
printf("%s, ", qstoc(s));
printf("\n");
w->execute(alarms);
/* stop new */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment