forked from qt-creator/qt-creator
Fix issues in AndroidDeployQtWidget
- Use PathChooser - Fix setting of CheckBox - Fix button labels Change-Id: I7acde4161370ff4c3d9a91b1175f3a3681fdea55 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Daniel Teske
parent
7c7d26da8b
commit
321a5614d8
@@ -67,7 +67,7 @@ private slots:
|
||||
void updateSigningWarning();
|
||||
void openPackageLocationCheckBoxToggled(bool checked);
|
||||
void verboseOutputCheckBoxToggled(bool checked);
|
||||
void browseKeyStore();
|
||||
void updateKeyStorePath(const QString &path);
|
||||
void signPackageCheckBoxToggled(bool checked);
|
||||
void updateInputFileUi();
|
||||
void inputFileComboBoxIndexChanged();
|
||||
|
||||
Reference in New Issue
Block a user