Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ isRunning
Method
isRunning
Utilities/qtsingleapplication/qtsingleapplication.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
*/
176
177
bool QtSingleApplication::isRunning()
178
{
179
return peer->isClient();
180
}
181
182
/*!
183
Tries to send the text \a message to the currently running
Callers
1
handleNewAppInstance
Function · 0.45
Calls
1
isClient
Method · 0.80
Tested by
no test coverage detected