forked from qt-creator/qt-creator
KitInformation: Delete subwidgets in destructor
Change-Id: I7e0a6d457aa26748758b6402955c81eae2c94782 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -134,6 +134,12 @@ AndroidGdbServerKitInformationWidget::AndroidGdbServerKitInformationWidget(Kit *
|
||||
refresh();
|
||||
}
|
||||
|
||||
AndroidGdbServerKitInformationWidget::~AndroidGdbServerKitInformationWidget()
|
||||
{
|
||||
delete m_button;
|
||||
delete m_label;
|
||||
}
|
||||
|
||||
QString AndroidGdbServerKitInformationWidget::displayName() const
|
||||
{
|
||||
return tr("Android GDB server");
|
||||
|
||||
Reference in New Issue
Block a user