aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/targetsettingspanel.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-01-12 10:54:21 +0100
committerEike Ziller <eike.ziller@qt.io>2017-01-12 10:54:48 +0100
commit8d08c601d5d3c82030e1d15f776c2cea9ccd6164 (patch)
tree08a32909bbd955cd420c5ed93d7bcacbde0cb383 /src/plugins/projectexplorer/targetsettingspanel.cpp
parentf94a55ee4e5dc9f036f05c7f9465b018b8276993 (diff)
parent0cdd2672608c1db7fb6595003d1acf7d0a04556c (diff)
Merge remote-tracking branch 'origin/4.2'
Diffstat (limited to 'src/plugins/projectexplorer/targetsettingspanel.cpp')
-rw-r--r--src/plugins/projectexplorer/targetsettingspanel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/targetsettingspanel.cpp b/src/plugins/projectexplorer/targetsettingspanel.cpp
index b61f211147..bb186b9d5e 100644
--- a/src/plugins/projectexplorer/targetsettingspanel.cpp
+++ b/src/plugins/projectexplorer/targetsettingspanel.cpp
@@ -709,6 +709,10 @@ TargetGroupItemPrivate::TargetGroupItemPrivate(TargetGroupItem *q, Project *proj
TargetGroupItemPrivate::~TargetGroupItemPrivate()
{
disconnect();
+
+ delete m_noKitLabel;
+ delete m_configurePage;
+ delete m_configuredPage;
}
QVariant TargetGroupItem::data(int column, int role) const