28 Url_.setQuery (Query_);
39 return (*
this) (
key, QString::fromUtf8 (
value));
44 return (*
this) (
key, QString::fromLatin1 (
value));
49 return (*
this) (
key, QString::number (
value));
54 Query_.removeQueryItem (
key);
Manipulates query part of an QUrl object.
void Flush()
Flushes any pending changes to the QUrl query.
UrlOperator & operator-=(const QString &key)
Returns the first query parameter under the key.
QUrl operator()()
Flushes any pending changes to the QUrl query.
UrlOperator(QUrl &url)
Constructs the object modifying the query of url.
~UrlOperator()
Flushes any pending changes to the QUrl query and destroys the UrlOperator.
Container< T > Filter(const Container< T > &c, F f)