Initial release

This commit is contained in:
Oscar Andreasson 2015-05-27 16:14:00 -07:00
commit f5ac3d5ffd
46 changed files with 60738 additions and 0 deletions

7
Weather.qml Normal file
View file

@ -0,0 +1,7 @@
import QtQuick 2.0
import positioning.weatherinfo 1.0
WeatherInfo {
id: weatherdata
}