1
0
Fork 0
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:
Damjan Adamic 2014-05-05 21:02:26 +02:00
parent 809a3cfd60
commit b9b4e441e7
4 changed files with 27 additions and 37 deletions

View file

@ -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) {