diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-11-25 10:22:39 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-11-26 10:11:47 +0000 |
commit | 08aebad6074f40dc8e4d66c195b11e38f56ab7e1 (patch) | |
tree | 9b400af81d5813ad409a2d4b04c222c7b41eaa80 /src/plugins/android/androidcreatekeystorecertificate.ui | |
parent | 275eb164f81de3dd106056b343b64651e4d29347 (diff) | |
download | qt-creator-08aebad6074f40dc8e4d66c195b11e38f56ab7e1.tar.gz |
Android: Allow for longer keystore alias names
This was limited to 8 characters, but I can't find any indication
that there is any reason for such a short limit.
Task-number: QTCREATORBUG-15397
Change-Id: I1d7eb3ec4403e66988b443199ce96ab89fc84c33
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src/plugins/android/androidcreatekeystorecertificate.ui')
-rw-r--r-- | src/plugins/android/androidcreatekeystorecertificate.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidcreatekeystorecertificate.ui b/src/plugins/android/androidcreatekeystorecertificate.ui index 51c66939f5..a1c776258a 100644 --- a/src/plugins/android/androidcreatekeystorecertificate.ui +++ b/src/plugins/android/androidcreatekeystorecertificate.ui @@ -174,7 +174,7 @@ <string notr="true"/> </property> <property name="maxLength"> - <number>8</number> + <number>32</number> </property> </widget> </item> |