forked from qt-creator/qt-creator
ProjectExplorer: Remove unused pointer member from EnvironmentAspectsWidget
Change-Id: I61ffc4e7f003212c8b0b4d2dfc187724ac4aabc8 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -44,7 +44,6 @@ namespace ProjectExplorer {
|
||||
EnvironmentAspectWidget::EnvironmentAspectWidget(EnvironmentAspect *aspect, QWidget *additionalWidget) :
|
||||
RunConfigWidget(),
|
||||
m_aspect(aspect),
|
||||
m_ignoreChange(false),
|
||||
m_additionalWidget(additionalWidget)
|
||||
{
|
||||
QTC_CHECK(m_aspect);
|
||||
|
||||
Reference in New Issue
Block a user