mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
getRange(...) won't change the class members any more ...
This commit is contained in:
parent
f707035af5
commit
99704109eb
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ QString getGVarString(int16_t val, bool sign)
|
|||
}
|
||||
}
|
||||
|
||||
RawSourceRange RawSource::getRange(const ModelData & model, const GeneralSettings & settings, unsigned int flags)
|
||||
RawSourceRange RawSource::getRange(const ModelData & model, const GeneralSettings & settings, unsigned int flags) const
|
||||
{
|
||||
RawSourceRange result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue