mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 00:05:13 +03:00
Renaming continued
This commit is contained in:
parent
3194d5006f
commit
0d13e10a55
32 changed files with 51 additions and 51 deletions
|
@ -69,7 +69,7 @@ SimulatorWidget::SimulatorWidget(QWidget * parent, SimulatorInterface * simulato
|
|||
|
||||
switch(m_board) {
|
||||
case Board::BOARD_TARANIS_X9LITE:
|
||||
radioUiWidget = new SimulatedUIWidgetX3(simulator, this);
|
||||
radioUiWidget = new SimulatedUIWidgetX9LITE(simulator, this);
|
||||
break;
|
||||
case Board::BOARD_TARANIS_X7:
|
||||
radioUiWidget = new SimulatedUIWidgetX7(simulator, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue