9 #ifndef PLUGINS_AZOTH_INTERFACES_IURIHANDLER_H
10 #define PLUGINS_AZOTH_INTERFACES_IURIHANDLER_H
55 virtual void HandleURI (
const QUrl& uri, QObject *asAccount) = 0;
61 "org.Deviant.LeechCraft.Azoth.IURIHandler/1.0")
This interface is for protocols that may handle URIs and corresponding actions are dependent on an ex...
virtual bool SupportsURI(const QUrl &uri) const =0
Queries whether the given URI is supported.
virtual void HandleURI(const QUrl &uri, QObject *asAccount)=0
Asks to handle the given URI by the given account.