Fixed some small details the analyzer was complaining about.
This commit is contained in:
parent
e32c82ac6f
commit
9e645db1a8
7 changed files with 40 additions and 42 deletions
|
|
@ -5,7 +5,7 @@
|
|||
//{}
|
||||
|
||||
QueuedBackgroundTask::QueuedBackgroundTask(CompletionFunction on_completion)
|
||||
: m_completionFunction(on_completion)
|
||||
: m_completionFunction(std::move(on_completion))
|
||||
{
|
||||
setAutoDelete(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue