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