forked from qt-creator/qt-creator
Drop autoconnections
Use typed connections instead. Change-Id: I04205c877541722cc059398a146a216727daa103 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -61,10 +61,10 @@ private:
|
||||
bool checkCountryCode();
|
||||
|
||||
private slots:
|
||||
void on_keystoreShowPassCheckBox_stateChanged(int state);
|
||||
void on_certificateShowPassCheckBox_stateChanged(int state);
|
||||
void on_buttonBox_accepted();
|
||||
void on_samePasswordCheckBox_stateChanged(int state);
|
||||
void keystoreShowPassStateChanged(int state);
|
||||
void certificateShowPassStateChanged(int state);
|
||||
void buttonBoxAccepted();
|
||||
void samePasswordStateChanged(int state);
|
||||
|
||||
private:
|
||||
bool validateUserInput();
|
||||
|
||||
Reference in New Issue
Block a user