Changeset 5115 in ntrip for trunk/GnssCenter/inpedit
- Timestamp:
- Apr 12, 2013, 6:33:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/inpedit/keyword.cpp
r5114 r5115 161 161 QStringList t_keyword::values() const { 162 162 163 if (_widget == 0) { 164 return _origValues; 165 } 166 163 167 QStringList values; 164 165 if (_widget == 0) {166 // TODO: exception167 }168 168 169 169 QString widgetType = _desc.value("widget");
Note:
See TracChangeset
for help on using the changeset viewer.