Debugger: Remove unused class member

Change-Id: I1160b6c2e3f97900963e54a8a55f6bb0964dd34a
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-02-11 17:25:20 +01:00
parent 09a7d2bd45
commit 7c4c07d22a

View File

@@ -136,7 +136,6 @@ private:
m_comboBox->setCurrentIndex(0);
}
bool m_isReadOnly;
bool m_ignoreChanges = false;
QComboBox *m_comboBox;
QPushButton *m_manageButton;