aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-15 14:20:04 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-15 14:20:04 +0000
commitba29e3245d916022ebe36bc9070ee616d39e6b1d (patch)
tree6e3f8529cd4a131bc05a3039a88c529b05fc967f /context.h
parentadd attachmnet-view to view-menu (diff)
downloadgpg4usb-ba29e3245d916022ebe36bc9070ee616d39e6b1d.tar.gz
gpg4usb-ba29e3245d916022ebe36bc9070ee616d39e6b1d.zip
astyle code beautyfying
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@336 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/context.h b/context.h
index 35f3aad..5acc04b 100644
--- a/context.h
+++ b/context.h
@@ -69,7 +69,7 @@ public:
bool decrypt(const QByteArray &inBuffer, QByteArray *outBuffer);
void clearCache();
void exportSecretKey(QString uid, QByteArray *outBuffer);
- gpgme_key_t getKeyDetails(QString uid);
+ gpgme_key_t getKeyDetails(QString uid);
signals:
void keyDBChanged();
@@ -90,10 +90,10 @@ private:
gpgme_error_t passphrase(const char *uid_hint,
const char *passphrase_info,
int last_was_bad, int fd);
-
- void executeGpgCommand(QStringList arguments,
- QByteArray *stdOut,
- QByteArray *stdErr);
+
+ void executeGpgCommand(QStringList arguments,
+ QByteArray *stdOut,
+ QByteArray *stdErr);
};
} // namespace GpgME