Changeset 269 in flair-src for trunk/tools/FlairGCS/src/Label.cpp


Ignore:
Timestamp:
Oct 4, 2018, 1:53:11 PM (7 years ago)
Author:
Sanahuja Guillaume
Message:

flairgcs:
speed up processing time when receiving datas from uav
triger watchdog while receiving datas from uav
(avoids connection lost in uav)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/Label.cpp

    r15 r269  
    2222Label::~Label() {}
    2323
    24 void Label::XmlEvent(QDomElement dom) {
    25   label->setText(dom.attribute("value"));
     24void Label::XmlEvent(QDomElement *dom) {
     25  label->setText(dom->attribute("value"));
    2626}
Note: See TracChangeset for help on using the changeset viewer.