MCPcopy Create free account
hub / github.com/QNapi/qnapi / setMessagingPolicy

Method setMessagingPolicy

gui/src/qcumber/qsingleapplication.cpp:67–69  ·  view source on GitHub ↗

! \brief Sets the messaging policy \see messagingPolicy() */

Source from the content-addressed store, hash-verified

65 \see messagingPolicy()
66*/
67void QSingleApplication::setMessagingPolicy(MessagingPolicy p) {
68 m_messaging = p;
69}
70
71/*!
72 \return The current instanciation policy

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected