public functions. * @brief SingleApplication::isRunning is there already a QtPass instance * running, to check wether to be server or client. * @return */
| 64 | * @return |
| 65 | */ |
| 66 | auto SingleApplication::isRunning() -> bool { return _isRunning; } |
| 67 | |
| 68 | /** |
| 69 | * @brief SingleApplication::sendMessage send a message (from commandline) to an |
no outgoing calls
no test coverage detected