diff --git a/README.md b/README.md index eab5183..3e82d9c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ result in undefined behavior. ### Devices [FIXME: WIP] +#### Backend device scanner + After the backend is initialized you can scan for available devices. 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 devices = backend->scanDevices( excludeReadOnly ); ``` -where `bool` option `excludeReadOnly` specified whether to exclude +where bool option `excludeReadOnly` specifies whether to exclude read only devices. #### KPMcore device scanner