Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ initMessageLog
Method
initMessageLog
ElaWidgetTools/ElaLog.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void ElaLog::initMessageLog(bool isEnable)
30
{
31
Q_D(ElaLog);
32
qInstallMessageHandler(isEnable ? d->_messageLogHander : 0);
33
}
Callers
1
T_Setting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected