9#include "webengineviewer_export.h"
12namespace WebEngineViewer
14namespace CheckPhishingUrlUtil
25[[nodiscard]] WEBENGINEVIEWER_EXPORT
QString versionApps();
26[[nodiscard]]
QString databaseFileName();
27[[nodiscard]] WEBENGINEVIEWER_EXPORT
QString configFileName();
28[[nodiscard]] WEBENGINEVIEWER_EXPORT quint16 minorVersion();
29[[nodiscard]] WEBENGINEVIEWER_EXPORT quint16 majorVersion();
30[[nodiscard]] WEBENGINEVIEWER_EXPORT
double convertToSecond(
const QString &str);
31WEBENGINEVIEWER_EXPORT uint refreshingCacheAfterThisTime(
double seconds);
32[[nodiscard]] WEBENGINEVIEWER_EXPORT
bool cachedValueStillValid(uint seconds);
33[[nodiscard]] WEBENGINEVIEWER_EXPORT
int generateRandomSecondValue(
int numberOfFailed);
36Q_DECLARE_METATYPE(WebEngineViewer::CheckPhishingUrlUtil::UrlStatus)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.