mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
import qt_app_context in utils init file
This commit is contained in:
parent
d90c83a6b8
commit
b22a3c9217
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue