Closed lumik closed 6 years ago
The combination of Qt's ownership system and std::unique_ptr is dangerous and can cause dnagling pointer inside std::unique_ptr. Move to Qt's ownership system inside Qt's code whenever the parent can be specified as a constructor parameter.
The combination of Qt's ownership system and std::unique_ptr is dangerous and can cause dnagling pointer inside std::unique_ptr. Move to Qt's ownership system inside Qt's code whenever the parent can be specified as a constructor parameter.