import qt_app_context in utils init file

This commit is contained in:
Jakub Trllo 2022-03-02 12:26:55 +01:00
parent d90c83a6b8
commit b22a3c9217

View file

@ -15,6 +15,7 @@ from .lib import (
get_warning_pixmap,
set_style_property,
DynamicQThread,
qt_app_context,
)
from .models import (
@ -39,6 +40,7 @@ __all__ = (
"get_warning_pixmap",
"set_style_property",
"DynamicQThread",
"qt_app_context",
"RecursiveSortFilterProxyModel",
)