aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--importdetaildialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/importdetaildialog.cpp b/importdetaildialog.cpp
index 758a89d..b07d14a 100644
--- a/importdetaildialog.cpp
+++ b/importdetaildialog.cpp
@@ -134,6 +134,7 @@ void ImportDetailDialog::createKeyInfoBox()
keyInfoBoxLayout->addWidget(new QLabel(key.name),keyrow,2);
keyInfoBoxLayout->addWidget(new QLabel(key.email),keyrow,3);
keyInfoBoxLayout->addWidget(new QLabel(key.id),keyrow,4);
+ keyInfoBoxLayout->addWidget(new QLabel(QString::number(status->status)),keyrow,5);
status=status->next;
keyrow++;