Add another heading.

This commit is contained in:
Andrius Štikonas 2017-10-02 23:45:46 +01:00
parent 536e7585bd
commit 1fd5294184
1 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,8 @@ result in undefined behavior.
### Devices [FIXME: WIP] ### Devices [FIXME: WIP]
#### Backend device scanner
After the backend is initialized you can scan for available devices. After the backend is initialized you can scan for available devices.
If you only want devices from the loaded backend you can call If you only want devices from the loaded backend you can call
@ -80,7 +82,7 @@ If you only want devices from the loaded backend you can call
QList<Device*> devices = backend->scanDevices( excludeReadOnly ); QList<Device*> devices = backend->scanDevices( excludeReadOnly );
``` ```
where `bool` option `excludeReadOnly` specified whether to exclude where bool option `excludeReadOnly` specifies whether to exclude
read only devices. read only devices.
#### KPMcore device scanner #### KPMcore device scanner