forked from qt-creator/qt-creator
DebuggerKitInformation: Remove unused member
Change-Id: I42aca6cca0f54e568b0448f6ca04676d8946a7c2 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -61,8 +61,7 @@ class DebuggerKitConfigWidget : public ProjectExplorer::KitConfigWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DebuggerKitConfigWidget(ProjectExplorer::Kit *workingCopy,
|
||||
const DebuggerKitInformation *ki);
|
||||
DebuggerKitConfigWidget(ProjectExplorer::Kit *workingCopy);
|
||||
|
||||
QString displayName() const;
|
||||
QString toolTip() const;
|
||||
@@ -79,7 +78,6 @@ private slots:
|
||||
void showDialog();
|
||||
|
||||
private:
|
||||
const DebuggerKitInformation *m_info;
|
||||
QLabel *m_label;
|
||||
QPushButton *m_button;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user