Changeset 5115 in ntrip


Ignore:
Timestamp:
Apr 12, 2013, 6:33:13 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5114 r5115  
    161161QStringList t_keyword::values() const {
    162162
     163  if (_widget == 0) {
     164    return _origValues;
     165  }
     166
    163167  QStringList values;
    164 
    165   if (_widget == 0) {
    166     // TODO: exception
    167   }
    168168
    169169  QString widgetType = _desc.value("widget");
Note: See TracChangeset for help on using the changeset viewer.