diff options
Diffstat (limited to '')
-rw-r--r-- | importdetaildialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/importdetaildialog.h b/importdetaildialog.h index 06b8040..9396af6 100644 --- a/importdetaildialog.h +++ b/importdetaildialog.h @@ -43,6 +43,7 @@ private slots: private: void createGeneralInfoBox(); void createKeyInfoBox(); + void createButtonBox(); GpgME::GpgContext *mCtx; KeyList *mKeyList; @@ -50,6 +51,7 @@ private: QGroupBox *keyInfoBox; QVBoxLayout *mvbox; QPushButton *detailButton; + QWidget *detailButtonBox; QGridLayout *generalInfoBoxLayout; QGridLayout *keyInfoBoxLayout; gpgme_import_result_t mResult; |