From ac429ed21f93fa8f548f3c6177f08075df2a6737 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Sat, 4 Jan 2014 16:14:15 +0100 Subject: [PATCH] Note that checkingInterval is deprecated --- application/resources/harmattan/qml/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/application/resources/harmattan/qml/main.qml b/application/resources/harmattan/qml/main.qml index 698414d..fbebc69 100644 --- a/application/resources/harmattan/qml/main.qml +++ b/application/resources/harmattan/qml/main.qml @@ -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 -- 1.7.9.5