mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
Move to Qt5 and Qt5Multimedia
This commit is contained in:
parent
d7a9710a9c
commit
aec2170e7e
98 changed files with 355 additions and 438 deletions
|
@ -86,7 +86,7 @@ void getFileComboBoxValue(QComboBox * b, char * dest, int length)
|
|||
{
|
||||
memset(dest, 0, length+1);
|
||||
if (b->currentText() != "----") {
|
||||
strncpy(dest, b->currentText().toAscii(), length);
|
||||
strncpy(dest, b->currentText().toLatin1(), length);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue