mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added missing import
This commit is contained in:
parent
493c22c253
commit
1620f057b0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ def get_result(res: int):
|
|||
|
||||
def open_dialog():
|
||||
"""Show Igniter dialog."""
|
||||
from Qt import QtWidgets
|
||||
from Qt import QtWidgets, QtCore
|
||||
from .install_dialog import InstallDialog
|
||||
|
||||
scale_attr = getattr(QtCore.Qt, "AA_EnableHighDpiScaling", None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue