subsurface/mobile-widgets
Berthold Stoeger d7f5246d6b Cleanup: remove deleteLater() in QMLProfile
The actual profile object was destroyed with deleteLater() in the
destructor of QMLProfile. This is ominous, because the subobject
shouldn't survive the parent object.

Therefore, automatically destroy the profile by using a QScopedPointer.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2018-05-26 09:21:46 -07:00
..
qml iOS: updated text in About to reflect logs not log 2018-05-21 07:57:14 -07:00
qmlmanager.cpp Cleanup: remove reply and request member variables in QMLManager 2018-05-26 09:19:42 -07:00
qmlmanager.h Cleanup: remove reply and request member variables in QMLManager 2018-05-26 09:19:42 -07:00
qmlprofile.cpp Cleanup: remove deleteLater() in QMLProfile 2018-05-26 09:21:46 -07:00
qmlprofile.h Cleanup: remove deleteLater() in QMLProfile 2018-05-26 09:21:46 -07:00