messageviewer
Go to the documentation of this file.
19 #ifndef SCAMCHECKSHORTURL_H
20 #define SCAMCHECKSHORTURL_H
28 #include <QStringList>
29 #include <QNetworkReply>
30 #include <Solid/Networking>
32 class QNetworkAccessManager;
34 namespace MessageViewer {
42 static bool isShortUrl(
const KUrl &url);
44 void expandedUrl(
const KUrl &url);
46 static void loadLongUrlServices();
49 void slotExpandFinished(QNetworkReply*);
50 void slotError(QNetworkReply::NetworkError error);
51 void slotSystemNetworkStatusChanged(Solid::Networking::Status status);
54 void urlExpanded(
const QString &shortUrl,
const QString &expandedUrl);
55 void expandUrlError(QNetworkReply::NetworkError error);
58 static QStringList sSupportedServices;
59 QNetworkAccessManager *mNetworkAccessManager;
64 #endif // SCAMCHECKSHORTURL_H
#define MESSAGEVIEWER_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.