mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-14 05:19:58 +01:00
Mod doc to set style de same + Fix indentation code
This commit is contained in:
committed by
Laurent Trinques
parent
251dfdf37a
commit
2cdfce18ec
@@ -9,11 +9,13 @@
|
||||
|
||||
class QGraphicsObject;
|
||||
|
||||
/*!
|
||||
* \brief The TerminalData class
|
||||
* Data of the terminal. Stored in extra class so it can be used by PartTerminal and Terminal without
|
||||
* defining everything again.
|
||||
*/
|
||||
/**
|
||||
@brief The TerminalData class
|
||||
Data of the terminal.
|
||||
Stored in extra class so it can be used by PartTerminal
|
||||
and Terminal without defining everything again.
|
||||
@note tis class needs to be work on
|
||||
*/
|
||||
class TerminalData : public PropertiesInterface
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user