Fix usage of QtConcurrent headers with -Wshadow -Werror
Change-Id: I172888518a3db01f89e61061eccf85f7f3387d07 Reviewed-by: Olivier Goffart <ogoffart@kde.org>
This commit is contained in:
parent
5a67cd2495
commit
480c1db1ba
@ -81,9 +81,9 @@ public:
|
||||
{
|
||||
this->setRunnable(this);
|
||||
this->reportStarted();
|
||||
QFuture<T> future = this->future();
|
||||
QFuture<T> theFuture = this->future();
|
||||
QThreadPool::globalInstance()->start(this, /*m_priority*/ 0);
|
||||
return future;
|
||||
return theFuture;
|
||||
}
|
||||
|
||||
void run() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user