forked from qt-creator/qt-creator
iOS: De-slot
Change-Id: Id5a8c4eae641280197db2e24b603e1906a56429e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
ce42e8aba5
commit
8ddfe96f76
@@ -49,17 +49,15 @@ public:
|
||||
bool isSigningAutoManaged, QWidget *parent = 0);
|
||||
~IosBuildSettingsWidget();
|
||||
|
||||
public:
|
||||
bool isSigningAutomaticallyManaged() const;
|
||||
|
||||
private slots:
|
||||
void onSigningEntityComboIndexChanged();
|
||||
void onReset();
|
||||
|
||||
signals:
|
||||
void signingSettingsChanged(bool isAutoManaged, QString identifier);
|
||||
|
||||
private:
|
||||
void onSigningEntityComboIndexChanged();
|
||||
void onReset();
|
||||
|
||||
void setDefaultSigningIdentfier(const QString &identifier) const;
|
||||
void configureSigningUi(bool autoManageSigning);
|
||||
void populateDevelopmentTeams();
|
||||
|
||||
Reference in New Issue
Block a user