Attempt to fix Lesson 5 Task 3
This commit is contained in:
parent
586e5e3258
commit
1501b2b577
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ private:
|
|||
float m_operand1;
|
||||
bool m_operand1Set = false;
|
||||
float m_operand2;
|
||||
QChar m_operator = 0;
|
||||
QChar m_operator = (QChar)0;
|
||||
bool m_done = false;
|
||||
|
||||
};
|
||||
|
|
Reference in a new issue