pkiutilities/untrustedcertificatedialog/inc/untrustedcertificatedialog.h
changeset 30 cc1cea6aabaf
parent 26 aad866c37519
--- a/pkiutilities/untrustedcertificatedialog/inc/untrustedcertificatedialog.h	Fri Jun 11 14:28:40 2010 +0300
+++ b/pkiutilities/untrustedcertificatedialog/inc/untrustedcertificatedialog.h	Thu Jun 24 12:46:20 2010 +0300
@@ -59,19 +59,22 @@
     bool constructDialog(const QVariantMap &parameters);
     bool updateFromParameters(const QVariantMap &parameters);
     void sendResult(int result);
+    void confirmPermanentAccept();
 
 private slots:  // new slots
     void handleAccepted();
     void handleRejected();
+    void handlePermanentAcceptance();
 
 private:    // new functions
     Q_DISABLE_COPY(UntrustedCertificateDialog)
 
 private:    // data
     int mLastError;
-    bool mShowEventReceived;
     UntrustedCertificateWidget *mContent;
     QVariantMap mResultMap;
+    bool mShowEventReceived;
+    HbAction *mOkAction;
 };
 
 #endif // UNTRUSTEDCERTIFICATEDIALOG_H