Mod doc to set style de same + Fix indentation code

This commit is contained in:
Simon De Backer
2020-07-15 18:17:39 +02:00
committed by Laurent Trinques
parent 251dfdf37a
commit 2cdfce18ec
11 changed files with 252 additions and 245 deletions

View File

@@ -32,9 +32,9 @@ TerminalElement::TerminalElement(const ElementsLocation &location, QGraphicsItem
TerminalElement::~TerminalElement() {}
/**
* @brief TerminalElement::initLink
* @param project
*/
@brief TerminalElement::initLink
@param project
*/
void TerminalElement::initLink(QETProject *project) {
Element::initLink(project);
}