mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
renamed printExpo() to printInputs() and compacted code, output is the same.
This commit is contained in:
parent
809a3cfd60
commit
b9b4e441e7
4 changed files with 27 additions and 37 deletions
|
@ -40,7 +40,7 @@ const QColor colors[C9X_MAX_CURVES] = {
|
|||
QColor(255,127,0),
|
||||
};
|
||||
|
||||
QString getPhaseName(int val, char * phasename)
|
||||
QString getPhaseName(int val, const char * phasename)
|
||||
{
|
||||
if (!val) return "---";
|
||||
if (!phasename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue