38 #if QT_VERSION >= 0x050000
51 #if QT_VERSION >= 0x050000
52 Url_.setQuery (Query_);
58 #if QT_VERSION >= 0x050000
59 Query_.addQueryItem (key, value);
61 Url_.addQueryItem (key, value);
69 #if QT_VERSION < 0x050000
70 Url_.removeQueryItem (key);
72 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.