diff options
-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 * |