This commit is contained in:
2022-12-15 19:12:27 +01:00
parent fbd4257bae
commit 699fbec03c

View File

@ -7,7 +7,7 @@ def get_asset(name):
return os.path.join(dname, "assets", name)
# These are function in order not to trigger:
# These are functions in order not to trigger:
# Must construct a QGuiApplication before a QPixmap
logo = lambda: QPixmap(get_asset("logo.png"))