From a68b9055347759ba71db77559047c44db02e8f46 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 19 Sep 2009 15:50:33 +0000 Subject: cosmetic changes(indention) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@217 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- fileencryptiondialog.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'fileencryptiondialog.h') diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index 97854e8..5b88087 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -12,21 +12,21 @@ class FileEncryptionDialog : public QDialog public: FileEncryptionDialog(GpgME::Context *ctx, QString iconPath); -public slots: - void selectInputFile(); - void selectOutputFile(); - void executeAction(); - void hideKeyList(); - void showKeyList(); +public slots: + void selectInputFile(); + void selectOutputFile(); + void executeAction(); + void hideKeyList(); + void showKeyList(); private: QLineEdit *outputFileEdit; QLineEdit *inputFileEdit; QRadioButton *radioEnc; QRadioButton *radioDec; - + protected: - GpgME::Context *mCtx; - KeyList *mKeyList; + GpgME::Context *mCtx; + KeyList *mKeyList; }; -- cgit v1.2.3