Re: [SailfishDevel] documentation bug

2015-10-25 Thread Matthew Vogt
, 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

[SailfishDevel] documentation bug

2015-10-25 Thread Alexander Ladygin
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.

[SailfishDevel] Documentation bug in SailfishSDK

2013-10-04 Thread Franck Routier (perso)
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