MCPcopy 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
101bool 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

isClientMethod · 0.80

Tested by

no test coverage detected