diff options
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__ |