MCPcopy Create free account
hub / github.com/MITK/MITK / id

Method id

Utilities/qtsingleapplication/qtsingleapplication.cpp:204–207  ·  view source on GitHub ↗

! Returns the application identifier. Two processes with the same identifier will be regarded as instances of the same application. */

Source from the content-addressed store, hash-verified

202 identifier will be regarded as instances of the same application.
203*/
204QString QtSingleApplication::id() const
205{
206 return peer->applicationId();
207}
208
209/*!
210 Sets the activation window of this application to \a aw. The

Callers 1

Calls 1

applicationIdMethod · 0.80

Tested by

no test coverage detected