Skip to content

kcm/qml: Fix return value for JS url

Mike Noe requested to merge work/noee/fix-url-returntype into master

Return value can be null or an actual URL, not a string, so make the return value a var.

Only affects manual new printer config on initialization of the uri and queue

Fixes the initialization of the data fields, currently this is displayed:

image.png

Should be:

image.png

Test:

Add a printer, choose manual options, choose LPD.

Merge request reports