mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename LoadEvent member function reName to setName
This commit is contained in:
@@ -78,7 +78,7 @@ void Job::doJob ()
|
||||
{
|
||||
beast::setCurrentThreadName ("doJob: " + mName);
|
||||
m_loadEvent->start ();
|
||||
m_loadEvent->reName (mName);
|
||||
m_loadEvent->setName (mName);
|
||||
|
||||
mJob (*this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user