mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 08:15:13 +03:00
Fixes #2299
This commit is contained in:
parent
22f4c11bd9
commit
0c01f66272
15 changed files with 122 additions and 168 deletions
|
@ -423,7 +423,7 @@ QString RotaryEncoderString(int index)
|
|||
return CHECK_IN_ARRAY(rotary, index);
|
||||
}
|
||||
|
||||
QString RawSource::toString(const ModelData * model)
|
||||
QString RawSource::toString(const ModelData * model) const
|
||||
{
|
||||
static const QString trims[] = {
|
||||
QObject::tr("TrmR"), QObject::tr("TrmE"), QObject::tr("TrmT"), QObject::tr("TrmA")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue