Fix warning.
authorAkos Polster <akos@pipacs.com>
Mon, 8 Nov 2010 21:07:44 +0000 (22:07 +0100)
committerAkos Polster <akos@pipacs.com>
Mon, 8 Nov 2010 21:07:44 +0000 (22:07 +0100)
mainwindow.cpp

index c3ef1a6..ba148b0 100755 (executable)
@@ -334,6 +334,8 @@ void MainWindow::onSettingsChanged(const QString &key)
             preventBlankingTimer = startTimer(29 * 1000);
         }
     }
+#else
+    Q_UNUSED(key);
 #endif // Q_WS_MAEMO_5
 }