diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-03 22:40:21 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-03 22:40:21 +0000 |
commit | 674af989f428c3718ea05a944e31c01da44ec864 (patch) | |
tree | 3eb7124ee02cf9c83c3c75f280589172cfd5c8d1 /keydetailsdialog.h | |
parent | set name, email, comment and keyid selectable in key details (diff) | |
download | gpg4usb-674af989f428c3718ea05a944e31c01da44ec864.tar.gz gpg4usb-674af989f428c3718ea05a944e31c01da44ec864.zip |
also make additional uids selectable in key detial dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@724 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r-- | keydetailsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h index 3beb34e..fb515a2 100644 --- a/keydetailsdialog.h +++ b/keydetailsdialog.h @@ -72,7 +72,7 @@ private: QLabel *expireLabel; QLabel *createdLabel; QLabel *algorithmLabel; - QLabel *fingerPrintLabel; + QLabel *fingerPrintVarLabel; QLabel *keyidLabel; QLabel *nameVarLabel; @@ -83,7 +83,7 @@ private: QLabel *createdVarLabel; QLabel *algorithmVarLabel; QLabel *keyidVarLabel; - + QLabel *addUserIdsVarLabel; }; #endif // __KEYDETAILSDIALOG_H__ |