Changeset 5106 in ntrip


Ignore:
Timestamp:
Apr 12, 2013, 5:01:36 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/inpedit/keyword.cpp

    r5105 r5106  
    192192  else if (widgetType == "spinbox") {
    193193    QSpinBox* spinBox = static_cast<QSpinBox*>(_widget);
     194    values << QString("%1").arg(spinBox->value());
    194195  }
    195196  else if (widgetType == "uniline") {
Note: See TracChangeset for help on using the changeset viewer.