diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-09-03 22:33:03 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-09-03 22:33:03 +0200 |
commit | 1ce9a71999fce0ad2efe1f7063316947714bab2a (patch) | |
tree | 24409a8d713c7f872531970a462bf1175414b0f9 /lib/connection.h | |
parent | 787601f22025fc33bbcff768ebc6e554ec2809a2 (diff) | |
download | libquotient-1ce9a71999fce0ad2efe1f7063316947714bab2a.tar.gz libquotient-1ce9a71999fce0ad2efe1f7063316947714bab2a.zip |
Code formatting fix
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h index 258280a8..b925918e 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -418,7 +418,7 @@ public: /*! Start a pre-created job object on this connection */ Q_INVOKABLE BaseJob* run(BaseJob* job, - RunningPolicy runningPolicy = ForegroundRequest); + RunningPolicy runningPolicy = ForegroundRequest); /*! Start a job of a specified type with specified arguments and policy * |