KIO
Go to the documentation of this file.
46 if (!fatalErrors.isEmpty()) {
53 "Aborting because the identity of the host cannot be established."));
63 if (remainingErrors.isEmpty()) {
64 kDebug(7029) <<
"Error list empty after removing errors to be ignored. Continuing.";
76 message = message.trimmed();
87 QList<QList<KSslError::Error> > meh;
90 QList<KSslError::Error> errors;
94 errors.append(error.
error());
116 i18n(
"Would you like to accept this "
117 "certificate forever without "
119 i18n(
"Server Authentication"),
121 KGuiItem(
i18n(
"&Current Session only"),
"chronometer"));
122 QDateTime ruleExpiry = QDateTime::currentDateTime();
125 ruleExpiry = ruleExpiry.addYears(1000);
128 ruleExpiry = ruleExpiry.addSecs(30*60);
134 rule.setExpiryDateTime(ruleExpiry);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 12:08:34 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.