fix compile issues

This commit is contained in:
Martin
2021-02-24 18:48:59 +01:00
parent ea364f9c4e
commit 02b7ead041
14 changed files with 48 additions and 40 deletions

View File

@@ -90,6 +90,6 @@ class PartTerminal : public CustomElementGraphicPart
TerminalData* d{nullptr}; // pointer to the terminal data
private:
QPointF saved_position_;
QPointF m_saved_position;
};
#endif