aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/FileEncryptionDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-25 10:00:48 +0000
committerSaturneric <[email protected]>2021-08-25 10:00:48 +0000
commit5b55ebfe6758e3aa7a3b66dbaa5231002291eb44 (patch)
tree28fe92ffec2d5608b5e6af665ec3b8f06922364a /include/ui/FileEncryptionDialog.h
parentMerge branch 'develop' (diff)
parentUpdate Documents. (diff)
downloadGpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.tar.gz
GpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.zip
Merge branch 'develop'
Diffstat (limited to 'include/ui/FileEncryptionDialog.h')
-rwxr-xr-xinclude/ui/FileEncryptionDialog.h14
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;
};