29#ifndef GPGFRONTEND_KEYUPLOADWIDGET_H
30#define GPGFRONTEND_KEYUPLOADWIDGET_H
32#include "core/GpgContext.h"
33#include "ui/GpgFrontendUI.h"
50 explicit KeyUploadDialog(
const KeyIdArgsListPtr& keys_ids, QWidget* parent);
73 void slot_upload_finished();
77 QByteArray m_key_data_;
Definition: KeyUploadDialog.h:41
void slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)
Definition: KeyUploadDialog.cpp:64
KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)
Construct a new Key Upload Dialog object.
Definition: KeyUploadDialog.cpp:39
Definition: VerifyDetailsDialog.cpp:33