diff options
author | Saturneric <[email protected]> | 2021-08-25 10:00:48 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-25 10:00:48 +0000 |
commit | 5b55ebfe6758e3aa7a3b66dbaa5231002291eb44 (patch) | |
tree | 28fe92ffec2d5608b5e6af665ec3b8f06922364a /include/ui/FileEncryptionDialog.h | |
parent | Merge branch 'develop' (diff) | |
parent | Update Documents. (diff) | |
download | GpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.tar.gz GpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.zip |
Merge branch 'develop'
Diffstat (limited to 'include/ui/FileEncryptionDialog.h')
-rwxr-xr-x | include/ui/FileEncryptionDialog.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/ui/FileEncryptionDialog.h b/include/ui/FileEncryptionDialog.h index f4adb18f..be9ddd22 100755 --- a/include/ui/FileEncryptionDialog.h +++ b/include/ui/FileEncryptionDialog.h @@ -102,14 +102,14 @@ public slots: void slotShowKeyList(); private: - QLineEdit *outputFileEdit; /**< TODO */ - QLineEdit *inputFileEdit; /**< TODO */ - QLineEdit *signFileEdit; /**< TODO */ - DialogAction mAction; /**< TODO */ - QLabel *statusLabel; /**< TODO */ + QLineEdit *outputFileEdit; + QLineEdit *inputFileEdit; + QLineEdit *signFileEdit; + DialogAction mAction; + QLabel *statusLabel; protected: - GpgME::GpgContext *mCtx; /**< TODO */ - KeyList *mKeyList; /**< TODO */ + GpgME::GpgContext *mCtx; + KeyList *mKeyList; }; |