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

Move to Qt5 and Qt5Multimedia

This commit is contained in:
Bertrand Songis 2015-08-09 22:32:17 +02:00
parent d7a9710a9c
commit aec2170e7e
98 changed files with 355 additions and 438 deletions

View file

@ -44,7 +44,7 @@ class AutoLineEdit: public QLineEdit
void onEdited()
{
if (field && !lock) {
strcpy(field, text().toAscii());
strcpy(field, text().toLatin1());
if (panel) {
emit panel->modified();
}