| 370 | |
| 371 | |
| 372 | void |
| 373 | AppManagerPrivate::initProcessInputChannel(const QString & mainProcessServerName) |
| 374 | { |
| 375 | // scoped_ptr |
| 376 | _backgroundIPC.reset( new ProcessInputChannel(mainProcessServerName) ); |
| 377 | } |
| 378 | |
| 379 | void |
| 380 | AppManagerPrivate::loadBuiltinFormats() |
no test coverage detected