blob: 2b1226bf896558c23f5b70a591e870f04f3d2e85 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
import QtQuick 2.6
import Sailfish.Silica 1.0
//Just a wrapper around Notice, because I need to use it in a ternary in loader and don't want to pass in a string representation.
//See components/NoticeOptional.qml for details. If you know a simple and not too ugly solution to make it work without this file:
//I'm all ears.
Notice {}
|