From 3bac452141f049f8450e70b51cbf18b029ccd56e Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Mon, 1 Jun 2020 18:40:32 +0200 Subject: [PATCH] add comments --- sources/properties/terminaldata.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sources/properties/terminaldata.h b/sources/properties/terminaldata.h index edaba6827..620769cd8 100644 --- a/sources/properties/terminaldata.h +++ b/sources/properties/terminaldata.h @@ -36,7 +36,15 @@ public: // must be public, because this class is a private member of PartTerminal/Terminal and they must // access this data public: + /*! + * \brief m_orientation + * Orientation of the terminal + */ Qet::Orientation m_orientation; + /*! + * \brief second_point + * Position of the second point of the terminal in scene coordinates + */ QPointF second_point; /*! * \brief m_uuid