From e4ad766315879e1ff05bb111229f073f8f0ed68e Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 10 Oct 2022 21:30:02 +0200 Subject: PassFish: Initial Commit Well, that's a lie. But nobody needs to see all the iterations I decided to sweep under the rug. That said, I think the repo is, while not clean, clean enough now, to not be embarrassed by uploading it to github. --- qml/helpers/NotificationLoadable.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qml/helpers/NotificationLoadable.qml (limited to 'qml/helpers/NotificationLoadable.qml') diff --git a/qml/helpers/NotificationLoadable.qml b/qml/helpers/NotificationLoadable.qml new file mode 100644 index 0000000..1e44148 --- /dev/null +++ b/qml/helpers/NotificationLoadable.qml @@ -0,0 +1,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 { +} -- cgit v1.2.3