changed more raw pointers to smart pointers

This commit is contained in:
2018-12-28 22:48:47 +01:00
parent fcec2ad4b4
commit a811514b04
8 changed files with 64 additions and 52 deletions

View File

@@ -50,8 +50,8 @@ class Training : public QMainWindow {
int deltaDea;
// timeModel
TimeModel * timeModelDea;
TimeModel * timeModelShell;
std::shared_ptr<TimeModel> timeModelDea;
std::shared_ptr<TimeModel> timeModelShell;
QVector<int> minSecTime;
// shortcuts