mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
Change documentation for callbacks to use Callable[]
This commit is contained in:
@@ -60,7 +60,7 @@ MiniQtHelper::~MiniQtHelper()
|
||||
});
|
||||
}
|
||||
|
||||
void MiniQtHelper::InvokeOntoUIThread(std::function<void()> callback)
|
||||
void MiniQtHelper::InvokeOntoUIThread(UIInvokeCallback callback)
|
||||
{
|
||||
GUIInvoke::call(m_Ctx.GetMainWindow()->Widget(), callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user