Changeset 5102 in ntrip for trunk/GnssCenter


Ignore:
Timestamp:
Apr 12, 2013, 4:32:41 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/GnssCenter/inpedit
Files:
2 edited

Legend:

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

    r5101 r5102  
    148148  return _widget;
    149149}
     150
     151//
     152////////////////////////////////////////////////////////////////////////////
     153QStringList t_keyword::values() const {
     154  return _origValues;
     155}
     156
  • trunk/GnssCenter/inpedit/keyword.h

    r5101 r5102  
    1414  bool ok() const {return _ok;}
    1515  QWidget* createWidget(const QString& fldMask);
    16   const QStringList& values() const;
     16  QStringList values() const;
    1717
    1818 private:
Note: See TracChangeset for help on using the changeset viewer.