Changeset 5102 in ntrip
- Timestamp:
- Apr 12, 2013, 4:32:41 PM (12 years ago)
- Location:
- trunk/GnssCenter/inpedit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/inpedit/keyword.cpp
r5101 r5102 148 148 return _widget; 149 149 } 150 151 // 152 //////////////////////////////////////////////////////////////////////////// 153 QStringList t_keyword::values() const { 154 return _origValues; 155 } 156 -
trunk/GnssCenter/inpedit/keyword.h
r5101 r5102 14 14 bool ok() const {return _ok;} 15 15 QWidget* createWidget(const QString& fldMask); 16 const QStringList&values() const;16 QStringList values() const; 17 17 18 18 private:
Note:
See TracChangeset
for help on using the changeset viewer.