blob: be926be7b70b1e285667983489e6506373d87a5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// Created by eric on 2021/6/2.
//
#ifndef GPGFRONTEND_EDITSUBKEY_H
#define GPGFRONTEND_EDITSUBKEY_H
class EditSubKeyDialog {
};
#endif //GPGFRONTEND_EDITSUBKEY_H
|