1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Issue #857 - Better rounding also in Companion. Warning removed in

simulator
This commit is contained in:
bsongis 2014-03-26 13:00:51 +01:00
parent 2fb2638321
commit 51d93b8bde
3 changed files with 8 additions and 3 deletions

View file

@ -101,14 +101,14 @@ int main(int argc, char *argv[])
RegisterFirmwares();
SimulatorDialog *dialog;
char * eepromFileName;
const char * eepromFileName;
QMessageBox msgBox;
msgBox.setWindowTitle("Radio type");
msgBox.setText("Which radio type do you want to simulate?");
msgBox.setIcon(QMessageBox::Question);
QAbstractButton *taranisButton = msgBox.addButton("Taranis", QMessageBox::ActionRole);
QAbstractButton *stdButton = msgBox.addButton("9X", QMessageBox::ActionRole);
msgBox.addButton("9X", QMessageBox::ActionRole);
QPushButton *exitButton = msgBox.addButton(QMessageBox::Close);
msgBox.exec();