mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-15 13:09:58 +02:00
fix compile issues
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define TERMINALDATA_H
|
||||
|
||||
#include "../qet.h"
|
||||
#include "propertiesinterface.h"
|
||||
#include "../properties/propertiesinterface.h"
|
||||
|
||||
#include <QPointF>
|
||||
#include <QUuid>
|
||||
@@ -73,11 +73,11 @@ class TerminalData : public PropertiesInterface
|
||||
*/
|
||||
Qet::Orientation m_orientation{Qet::Orientation::North};
|
||||
/**
|
||||
@brief second_point
|
||||
@brief m_second_point
|
||||
Position of the second point of the terminal
|
||||
in scene coordinates
|
||||
*/
|
||||
QPointF second_point{0,0};
|
||||
QPointF m_second_point{0,0};
|
||||
/**
|
||||
@brief m_uuid
|
||||
Uuid of the terminal.
|
||||
|
||||
Reference in New Issue
Block a user