aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-19 15:50:33 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-19 15:50:33 +0000
commita68b9055347759ba71db77559047c44db02e8f46 (patch)
treef96a063617f24ddd3c568e89206cf17ebc24a474 /context.h
parentnew version number and smaller changes (diff)
downloadgpg4usb-a68b9055347759ba71db77559047c44db02e8f46.tar.gz
gpg4usb-a68b9055347759ba71db77559047c44db02e8f46.zip
cosmetic changes(indention)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@217 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/context.h b/context.h
index 56b8dee..5826692 100644
--- a/context.h
+++ b/context.h
@@ -38,7 +38,7 @@ class GpgKey
{
public:
GpgKey() {
- privkey=false;
+ privkey = false;
}
QString id;
QString name;
@@ -53,7 +53,7 @@ namespace GpgME
class Context : public QObject
{
- Q_OBJECT
+ Q_OBJECT
public:
Context(); // Consttructor
@@ -70,8 +70,8 @@ public:
void clearCache();
signals:
- void keyDBChanged();
-
+ void keyDBChanged();
+
private:
gpgme_ctx_t mCtx;
gpgme_data_t in, out;