Ignore:
Timestamp:
Apr 12, 2013, 4:12:04 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5097 r5099  
    4141//
    4242////////////////////////////////////////////////////////////////////////////
    43 void t_tabWidget::setInputFile(const QString& fileName) {
     43void t_tabWidget::readInputFile(const QString& fileName) {
     44
    4445  _fileName = fileName;
    45   readFile();
    46 }
    47 
    48 //
    49 ////////////////////////////////////////////////////////////////////////////
    50 void t_tabWidget::readFile() {
    5146
    5247  _staticLines.clear();
     
    9388    }
    9489  }
     90}
    9591
    96   //// beg test
     92//
     93////////////////////////////////////////////////////////////////////////////
     94void t_tabWidget::writeInputFile(const QString& fileName) {
    9795  for (int ii = 0; ii < _staticLines.size(); ii++) {
    9896    cout << _staticLines[ii].toAscii().data() << endl;
    9997  }
    100   //// end test
    10198}
Note: See TracChangeset for help on using the changeset viewer.