QXmppBookmarkUrl Class
The QXmppBookmarkUrl class represents a bookmark for a web page, as defined by XEP-0048: Bookmarks. More...
| Header: | #include <QXmppBookmarkSet.h> |
Public Functions
| QString | name() const |
| void | setName(const QString &name) |
| void | setUrl(const QUrl &url) |
| QUrl | url() const |
Detailed Description
Member Function Documentation
QString QXmppBookmarkUrl::name() const
Returns the friendly name for the bookmark.
See also setName().
void QXmppBookmarkUrl::setName(const QString &name)
Sets the friendly name for the bookmark.
See also name().
void QXmppBookmarkUrl::setUrl(const QUrl &url)
Sets the URL for the web page.
url.
See also url().
QUrl QXmppBookmarkUrl::url() const
Returns the URL for the web page.
See also setUrl().