Port from context properties to singletons
authorNicolas Fella <nicolas.fella@gmx.de>
Mon, 15 Jun 2020 15:01:39 +0000 (17:01 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Tue, 16 Jun 2020 12:34:59 +0000 (14:34 +0200)
commita12205f322d43476230881192616e47c9cf786ef
tree086a9ba855ae97b71513ca628298a4be39d72069
parent1157ceafb1e197d3d0e150bd435986b7d10e6c7f
Port from context properties to singletons

Context properties are deprecated and will be removed in Qt 6.
QML singletons are the better option here, especially given that
UserModel and UserAppsModel already are singletons.

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
src/gui/systray.cpp
src/gui/tray/UserLine.qml
src/gui/tray/Window.qml