mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
updated translations
This commit is contained in:
parent
0d1548c0b2
commit
32d3812cda
Binary file not shown.
|
@ -43,7 +43,8 @@ public:
|
|||
explicit NetworkManager(QupZilla* mainClass, QObject *parent = 0);
|
||||
QNetworkReply *createRequest(QNetworkAccessManager::Operation op, const QNetworkRequest &request, QIODevice *outgoingData);
|
||||
|
||||
QList<QSslCertificate>& getCertExceptions() { return m_certExceptions; }
|
||||
QList<QSslCertificate> getCertExceptions() { return m_certExceptions; }
|
||||
void setCertExceptions(QList<QSslCertificate> certs) { m_certExceptions = certs; }
|
||||
void saveCertExceptions();
|
||||
void loadCertExceptions();
|
||||
void loadSettings();
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user