forked from qt-creator/qt-creator
Fix slot connections in the generic project manager.
This commit is contained in:
@@ -81,8 +81,8 @@ private slots:
|
||||
void makeLineEditTextEdited();
|
||||
void makeArgumentsLineEditTextEdited();
|
||||
void updateMakeOverrrideLabel();
|
||||
private:
|
||||
void updateDetails();
|
||||
private:
|
||||
QString m_buildConfiguration;
|
||||
Ui::GenericMakeStep *m_ui;
|
||||
GenericMakeStep *m_makeStep;
|
||||
|
||||
Reference in New Issue
Block a user