diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-05 15:14:33 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-05 18:22:55 +0100 |
commit | c483ef95bd3e5effd6dd08c6d0ea0f83d0aec051 (patch) | |
tree | f39e0798517c6b4e08aeebc277d3231c1081d3ce /lib/jobs/basejob.h | |
parent | 9351d9afcbaae0bdc8aa26f7361be1f84cac7467 (diff) | |
download | libquotient-c483ef95bd3e5effd6dd08c6d0ea0f83d0aec051.tar.gz libquotient-c483ef95bd3e5effd6dd08c6d0ea0f83d0aec051.zip |
Fully-qualify types passed to slots
Diffstat (limited to 'lib/jobs/basejob.h')
-rw-r--r-- | lib/jobs/basejob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jobs/basejob.h b/lib/jobs/basejob.h index c899170d..1567e635 100644 --- a/lib/jobs/basejob.h +++ b/lib/jobs/basejob.h @@ -248,7 +248,7 @@ public: } public Q_SLOTS: - void initiate(ConnectionData* connData, bool inBackground); + void initiate(Quotient::ConnectionData* connData, bool inBackground); /** * Abandons the result of this job, arrived or unarrived. |