changed more raw pointers to smart pointers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user