![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <protocolhandlermanager.h>
Public Member Functions | |
ProtocolHandlerManager (QObject *parent=nullptr) | |
QHash< QString, QUrl > | protocolHandlers () const |
void | addProtocolHandler (const QString &scheme, const QUrl &url) |
void | removeProtocolHandler (const QString &scheme) |
Definition at line 26 of file protocolhandlermanager.h.
|
explicit |
Definition at line 26 of file protocolhandlermanager.cpp.
void ProtocolHandlerManager::addProtocolHandler | ( | const QString & | scheme, |
const QUrl & | url | ||
) |
Definition at line 37 of file protocolhandlermanager.cpp.
QHash< QString, QUrl > ProtocolHandlerManager::protocolHandlers | ( | ) | const |
Definition at line 32 of file protocolhandlermanager.cpp.
void ProtocolHandlerManager::removeProtocolHandler | ( | const QString & | scheme | ) |
Definition at line 47 of file protocolhandlermanager.cpp.