diff options
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 9eacc91..674be9f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1255,10 +1255,14 @@ void MainWindow::slotShowKeyDetails() return; } + // TODO: get qml working here ;-) + edit->slotNewQMLTab("KeyDetailsQML", "TODO"); + KgpgCore::KgpgKey key = mCtx->getKeyDetails(mKeyList->getSelected()->first()); if (key.id() != "") { new KeyDetailsDialog(mCtx, key, this); } + } void MainWindow::slotRefreshKeysFromKeyserver() |