42 #ifndef QABSTRACTURIRESOLVER_H 43 #define QABSTRACTURIRESOLVER_H 45 #include <QtCore/QObject> 53 class QAbstractUriResolverPrivate;
62 virtual QUrl resolve(
const QUrl &relative,
63 const QUrl &baseURI)
const = 0;
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QUrl class provides a convenient interface for working with URLs.
The QObject class is the base class of all Qt objects.
The QAbstractUriResolver class is a callback interface for resolving Uniform Resource Identifiers...
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_XMLPATTERNS_EXPORT
#define Q_DECLARE_PRIVATE(Class)