aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-09-03 22:33:03 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-09-03 22:33:03 +0200
commit1ce9a71999fce0ad2efe1f7063316947714bab2a (patch)
tree24409a8d713c7f872531970a462bf1175414b0f9 /lib/connection.h
parent787601f22025fc33bbcff768ebc6e554ec2809a2 (diff)
downloadlibquotient-1ce9a71999fce0ad2efe1f7063316947714bab2a.tar.gz
libquotient-1ce9a71999fce0ad2efe1f7063316947714bab2a.zip
Code formatting fix
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h2
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
*