From 1fd52941846b85dcbadd42c806f82f2dfd4116ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 2 Oct 2017 23:45:46 +0100 Subject: [PATCH] Add another heading. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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