aboutsummaryrefslogtreecommitdiff
path: root/qml/helpers/NotificationLoadable.qml
blob: 1e441480db4806e90700f6a50e710b9ad607e9e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.6
import Sailfish.Silica 1.0
import Nemo.Notifications 1.0

//Just a wrapper around Notification, 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.

Notification {
}