added missing import

This commit is contained in:
iLLiCiTiT 2021-04-29 11:31:53 +02:00
parent 493c22c253
commit 1620f057b0

View file

@ -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)