aboutsummaryrefslogtreecommitdiffstats
path: root/verifykeydetailbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'verifykeydetailbox.cpp')
-rw-r--r--verifykeydetailbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifykeydetailbox.cpp b/verifykeydetailbox.cpp
index d94915c..62574da 100644
--- a/verifykeydetailbox.cpp
+++ b/verifykeydetailbox.cpp
@@ -28,7 +28,7 @@ VerifyKeyDetailBox::VerifyKeyDetailBox(QWidget *parent, GpgME::GpgContext* ctx,
this->mKeyList = keyList;
this->fpr=signature->fpr;
- grid = new QGridLayout();
+ QGridLayout *grid = new QGridLayout();
switch (gpg_err_code(signature->status))
{