diff -r 5dc02b23752f -r 3e2da88830cd examples/declarative/sqllocalstorage/hello.qml --- a/examples/declarative/sqllocalstorage/hello.qml Tue Jul 06 15:10:48 2010 +0300 +++ b/examples/declarative/sqllocalstorage/hello.qml Wed Aug 18 10:37:55 2010 +0300 @@ -37,7 +37,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ - +//![0] import Qt 4.7 Text { @@ -68,4 +68,4 @@ Component.onCompleted: findGreetings() } - +//![0]