| 298 | } |
| 299 | |
| 300 | QString |
| 301 | ImportExportCurveDialog::getFilePath() |
| 302 | { |
| 303 | // always running in the main thread |
| 304 | assert( qApp && qApp->thread() == QThread::currentThread() ); |
| 305 | |
| 306 | return _fileLineEdit->text(); |
| 307 | } |
| 308 | |
| 309 | double |
| 310 | ImportExportCurveDialog::getXStart() const |
no outgoing calls
no test coverage detected