aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/FileEncryptionDialog.h
diff options
context:
space:
mode:
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;
};