Skip to content

Commit ebb3e5e

Browse files
committed
increase version number to v3.3
1 parent 9f8a135 commit ebb3e5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ int main()
163163
The in the QML file
164164

165165
```qml
166-
import QZXing 3.2
166+
import QZXing 3.3
167167
168168
function decode(preview) {
169169
imageToDecode.source = preview
@@ -254,7 +254,7 @@ QZXing::registerQMLImageProvider(engine);
254254
Default settings:
255255

256256
```qml
257-
import QZXing 3.2
257+
import QZXing 3.3
258258
259259
TextField {
260260
id: inputField
@@ -280,7 +280,7 @@ Or use the encoding function with the optional custom settings that are passed l
280280
the size of the image can be adjusted by using the Image.sourceWidth and Image.sourceHeight properties of Image QML element.
281281

282282
```qml
283-
import QZXing 3.2
283+
import QZXing 3.3
284284
285285
TextField {
286286
id: inputField

0 commit comments

Comments
 (0)