diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-28 17:15:11 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-28 17:15:11 +0000 |
commit | 201f03b88238e69c708e47fd7b7ab9a02cf76040 (patch) | |
tree | ee0dfdf4635a7d5169aa306c8d86d34b4f97ac56 /verifykeydetailbox.h | |
parent | cleaned up class dependencies (diff) | |
download | gpg4usb-201f03b88238e69c708e47fd7b7ab9a02cf76040.tar.gz gpg4usb-201f03b88238e69c708e47fd7b7ab9a02cf76040.zip |
minor beautyfiyng and repaired cimpile warnings
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@538 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifykeydetailbox.h')
-rw-r--r-- | verifykeydetailbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifykeydetailbox.h b/verifykeydetailbox.h index 5e44019..456289f 100644 --- a/verifykeydetailbox.h +++ b/verifykeydetailbox.h @@ -19,8 +19,8 @@ private: GpgME::Context* mCtx; KeyList* mKeyList; QString beautifyFingerprint(QString fingerprint); - QVBoxLayout* mVbox; QString fpr; + QGridLayout *grid; }; #endif // __VERIFYKEYDETAILBOX_H__ |