Fix linux compile error and warnings

This commit is contained in:
Jacob Støren
2020-02-25 17:05:49 +01:00
parent 6d07e7a8ff
commit afea6963b2
4 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ public:
}
else
{
return "X"; // Just for debugging
return QwtText( QString( "X" ) ); // Just for debugging
}
}