Readd QMessageBox in AirWingConfigurationDialog

Fixing a mistake that happened during merging/rebasing
This commit is contained in:
Raffson 2022-08-14 16:34:12 +02:00
parent 43e9a66afb
commit 429a397cc8
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -27,6 +27,7 @@ from PySide2.QtWidgets import (
QPushButton, QPushButton,
QGridLayout, QGridLayout,
QToolButton, QToolButton,
QMessageBox,
) )
from game import Game from game import Game
from game.ato.flighttype import FlightType from game.ato.flighttype import FlightType