| 79 | } |
| 80 | |
| 81 | bool InterCom::idOpen(const QString &name) { |
| 82 | QString idPath = configPath + QStringLiteral("/id/"); |
| 83 | QString idFile = idPath + name; |
| 84 | return QFile(idFile).exists(); |
| 85 | } |
| 86 | |
| 87 | bool InterCom::ipcSetup(const QString &id, const QString &pid) { |
| 88 | bool ret = true; |
nothing calls this directly
no outgoing calls
no test coverage detected