mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fixed error after merge
This commit is contained in:
parent
07d4b126f5
commit
5ba2e8a7a1
@ -6,11 +6,14 @@ from PySide2.QtWidgets import (
|
|||||||
QGridLayout,
|
QGridLayout,
|
||||||
QScrollArea,
|
QScrollArea,
|
||||||
QVBoxLayout,
|
QVBoxLayout,
|
||||||
|
QHBoxLayout,
|
||||||
|
QLabel,
|
||||||
QWidget,
|
QWidget,
|
||||||
)
|
)
|
||||||
|
|
||||||
from game.event.event import UnitsDeliveryEvent
|
from game.event.event import UnitsDeliveryEvent
|
||||||
from qt_ui.models import GameModel
|
from qt_ui.models import GameModel
|
||||||
|
from qt_ui.uiconstants import ICONS
|
||||||
from qt_ui.windows.basemenu.QRecruitBehaviour import QRecruitBehaviour
|
from qt_ui.windows.basemenu.QRecruitBehaviour import QRecruitBehaviour
|
||||||
from theater import CAP, CAS, ControlPoint, db
|
from theater import CAP, CAS, ControlPoint, db
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user