equal
deleted
inserted
replaced
42 UntrustedCertificateWidget(QGraphicsItem *parent=0, Qt::WindowFlags flags=0); |
42 UntrustedCertificateWidget(QGraphicsItem *parent=0, Qt::WindowFlags flags=0); |
43 virtual ~UntrustedCertificateWidget(); |
43 virtual ~UntrustedCertificateWidget(); |
44 |
44 |
45 void constructFromParameters(const QVariantMap ¶meters); |
45 void constructFromParameters(const QVariantMap ¶meters); |
46 void updateFromParameters(const QVariantMap ¶meters); |
46 void updateFromParameters(const QVariantMap ¶meters); |
|
47 bool isPermanentAcceptAllowed() const; |
47 bool isPermanentAcceptChecked() const; |
48 bool isPermanentAcceptChecked() const; |
|
49 QString serverName() const; |
48 |
50 |
49 public: // new platform specific functions |
51 public: // new platform specific functions |
50 bool isCertificateValid(); |
52 bool isCertificateValid(); |
51 |
53 |
52 private: // new platform specific functions |
54 private: // new platform specific functions |