KIO
#include <kio/kio_export.h>
#include <ksslconfig.h>
#include <QtCore/QList>
#include <QtNetwork/QSslCertificate>
Go to the source code of this file.
Classes | |
class | KSSLCertificate |
Functions | |
int | operator!= (KSSLCertificate &x, KSSLCertificate &y) |
QDataStream & | operator<< (QDataStream &s, const KSSLCertificate &r) |
int | operator== (KSSLCertificate &x, KSSLCertificate &y) |
QDataStream & | operator>> (QDataStream &s, KSSLCertificate &r) |
Function Documentation
◆ operator!=()
|
inline |
Definition at line 397 of file ksslcertificate.h.
◆ operator<<()
QDataStream & operator<< | ( | QDataStream & | s, |
const KSSLCertificate & | r | ||
) |
Definition at line 1329 of file ksslcertificate.cpp.
◆ operator==()
int operator== | ( | KSSLCertificate & | x, |
KSSLCertificate & | y | ||
) |
Definition at line 379 of file ksslcertificate.cpp.
◆ operator>>()
QDataStream & operator>> | ( | QDataStream & | s, |
KSSLCertificate & | r | ||
) |
Definition at line 1344 of file ksslcertificate.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.