, October 26, 2015 7:41 AM
To: Sailfish OS Developers
Subject: [SailfishDevel] documentation bug
There is an error in documentation in QtCreator for ConfiguationValue and
ConfigurationGroup
It says that import is:
import org.nemomobile.Configuration 1.0
When actually it should be
import
There is an error in documentation in QtCreator for ConfiguationValue and
ConfigurationGroup
It says that import is:
import org.nemomobile.Configuration 1.0
When actually it should be
import org.nemomobile.configuration 1.0
Regards,
Alex.
___
SailfishOS.
Hi,
I think I have spotted a documentation bug in the SDK.
The example given in in Sailfish Silica Reference Documentation for the
SilicaGridView uses the wrong data type in ListModel.
import QtQuick 2.0
import Sailfish.Silica 1.0
SilicaGridView {
width: 480; height: 800
model: ListMo