49 Url_.setQuery (Query_);
54 Query_.addQueryItem (key, value);
60 return (*
this) (key, QString::fromUtf8 (value));
65 return (*
this) (key, QString::fromLatin1 (value));
70 return (*
this) (key, QString::number (value));
75 Query_.removeQueryItem (key);
~UrlOperator()
Flushes any pending changes to the QUrl query and destroys the UrlOperator.
Manipulates query part of an QUrl object.
void Flush()
Flushes any pending changes to the QUrl query.
UrlOperator(QUrl &url)
Constructs the object modifying the query of url.
UrlOperator & operator-=(const QString &key)
Returns the first query parameter under the key.
QUrl operator()()
Flushes any pending changes to the QUrl query.