diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-02 10:34:16 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-02 10:34:16 +0200 |
commit | 7aa6e7c300779f652558397bcb7bb3b726d30cb9 (patch) | |
tree | 4d0057a53e7d7dd5274d55b955d9ac32dc28d51f /lib/csapi/pushrules.cpp | |
parent | b64bfa8f72084d9d9397001a735e985a4bf94e56 (diff) | |
download | libquotient-7aa6e7c300779f652558397bcb7bb3b726d30cb9.tar.gz libquotient-7aa6e7c300779f652558397bcb7bb3b726d30cb9.zip |
Abandon BaseJob::Query - generated API files
Diffstat (limited to 'lib/csapi/pushrules.cpp')
-rw-r--r-- | lib/csapi/pushrules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/pushrules.cpp b/lib/csapi/pushrules.cpp index 86165744..ab7d0038 100644 --- a/lib/csapi/pushrules.cpp +++ b/lib/csapi/pushrules.cpp @@ -57,7 +57,7 @@ DeletePushRuleJob::DeletePushRuleJob(const QString& scope, const QString& kind, auto queryToSetPushRule(const QString& before, const QString& after) { - BaseJob::Query _q; + QUrlQuery _q; addParam<IfNotEmpty>(_q, QStringLiteral("before"), before); addParam<IfNotEmpty>(_q, QStringLiteral("after"), after); return _q; |