! \brief Sets the messaging policy \see messagingPolicy() */
| 65 | \see messagingPolicy() |
| 66 | */ |
| 67 | void QSingleApplication::setMessagingPolicy(MessagingPolicy p) { |
| 68 | m_messaging = p; |
| 69 | } |
| 70 | |
| 71 | /*! |
| 72 | \return The current instanciation policy |
nothing calls this directly
no outgoing calls
no test coverage detected