mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #3888
1cc9e8a
FutureScheduler: delete unused function declarations (selsta)
This commit is contained in:
commit
5da0d5768a
1 changed files with 0 additions and 3 deletions
|
@ -53,9 +53,6 @@ private:
|
||||||
return qMakePair(false, QFuture<T>());
|
return qMakePair(false, QFuture<T>());
|
||||||
}
|
}
|
||||||
|
|
||||||
QFutureWatcher<void> schedule(std::function<void()> function);
|
|
||||||
QFutureWatcher<QJSValueList> schedule(std::function<QJSValueList() noexcept> function, const QJSValue &callback);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
size_t Alive;
|
size_t Alive;
|
||||||
QWaitCondition Condition;
|
QWaitCondition Condition;
|
||||||
|
|
Loading…
Reference in a new issue