Note that checkingInterval is deprecated
authorLuciano Montanaro <mikelima@cirulla.net>
Sat, 4 Jan 2014 15:14:15 +0000 (16:14 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Sat, 4 Jan 2014 15:14:15 +0000 (16:14 +0100)
application/resources/harmattan/qml/main.qml

index 698414d..fbebc69 100644 (file)
@@ -23,6 +23,7 @@ PageStackWindow {
         maximumInterval: 130
     }
     Component.onCompleted: {
+        // FIXME checkingInterval is deprecated use autoUpdate
         if (settings.checkingInterval > 0) updateTimer.start()
         theme.inverted = settings.darkThemePreferred
         theme.colorScheme = 3