mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unnecessary deletes in destructor of ProfileWidget2
All the deleted items were added to the scene, which takes "ownership" (a remarkably fuzzy concept in Qt) of these objects. In principle, deleting these items is a bug - even though it is handled gracefully. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
6193aef9ac
commit
6cf06fb61d
2 changed files with 0 additions and 38 deletions
|
|
@ -137,7 +137,6 @@ slots: // Necessary to call from QAction's signals.
|
|||
#endif
|
||||
|
||||
protected:
|
||||
virtual ~ProfileWidget2();
|
||||
void resizeEvent(QResizeEvent *event) Q_DECL_OVERRIDE;
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue