forked from Public/monero-gui
FutureScheduler: delete unused function declarations
This commit is contained in:
@@ -53,9 +53,6 @@ private:
|
||||
return qMakePair(false, QFuture<T>());
|
||||
}
|
||||
|
||||
QFutureWatcher<void> schedule(std::function<void()> function);
|
||||
QFutureWatcher<QJSValueList> schedule(std::function<QJSValueList() noexcept> function, const QJSValue &callback);
|
||||
|
||||
private:
|
||||
size_t Alive;
|
||||
QWaitCondition Condition;
|
||||
|
||||
Reference in New Issue
Block a user