2018-01-03 Fred Gleason <fredg@paravelsystems.com>

* Fixed races in creation of new carts.
This commit is contained in:
Fred Gleason
2018-01-03 15:36:45 -05:00
parent d60b138629
commit c63ae45991
30 changed files with 238 additions and 145 deletions

View File

@@ -76,7 +76,7 @@ class MainWidget : public QWidget
bool ImportAudio();
bool WriteTrafficFile();
bool CheckSpot(const QString &isci);
bool ImportSpot(Event *evt);
bool ImportSpot(Event *evt,QString *err_msg);
void ActivateBar(bool state);
Event *GetEvent(const QString &isci);
QTime GetTime(const QString &str) const;