Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ isRunning
Method
isRunning
Utilities/qtsingleapplication/qtsinglecoreapplication.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
*/
100
101
bool QtSingleCoreApplication::isRunning()
102
{
103
return peer->isClient();
104
}
105
106
/*!
107
Tries to send the text \a message to the currently running
Callers
nothing calls this directly
Calls
1
isClient
Method · 0.80
Tested by
no test coverage detected