7 lines
94 B
QML
7 lines
94 B
QML
import QtQuick 2.0
|
|
import net.frozentux.weatherinfo 1.0
|
|
|
|
|
|
WeatherInfo {
|
|
id: weatherdata
|
|
}
|