aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/context.h b/context.h
index 19ada4a..e15eabb 100644
--- a/context.h
+++ b/context.h
@@ -59,7 +59,7 @@ class Context : public QObject
Q_OBJECT
public:
- Context(); // Consttructor
+ Context(); // Constructor
~Context(); // Destructor
void importKey(QByteArray inBuffer);
@@ -74,7 +74,7 @@ public:
void exportSecretKey(QString uid, QByteArray *outBuffer);
gpgme_key_t getKeyDetails(QString uid);
gpgme_signature_t verify(QByteArray in);
- void decryptVerify(QByteArray in);
+// void decryptVerify(QByteArray in);
void sign(const QByteArray &inBuffer, QByteArray *outBuffer);
bool sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer );