Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ CWaitCursor
Method
CWaitCursor
DuiLib/Utils/Utils.cpp:996–999 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
994
//
995
996
CWaitCursor::CWaitCursor()
997
{
998
m_hOrigCursor = ::SetCursor(::LoadCursor(NULL, IDC_WAIT));
999
}
1000
1001
CWaitCursor::~CWaitCursor()
1002
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected