*************** *** 8,14 **** Q_OBJECT public: enum { Check = 0, SecretKeyringFile, PublicKeyringFile, SecretKeys, PublicKeys, Encrypt, Decrypt, Sign, Verify }; - GpgOp(const QString &bin, QObject *parent=0); ~GpgOp(); bool isActive() const; --- 8,14 ---- Q_OBJECT public: enum { Check = 0, SecretKeyringFile, PublicKeyringFile, SecretKeys, PublicKeys, Encrypt, Decrypt, Sign, Verify }; + GpgOp(const QString &bin="", const QString &home="", QObject *parent=0); ~GpgOp(); bool isActive() const;