mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-16 03:24:14 +02:00
Change comment style for title block edge method
Updated comment to use Doxygen style for documentation.
This commit is contained in:
@@ -73,7 +73,7 @@ class BorderTitleBlock : public QObject
|
|||||||
return(rows_count_ * rows_height_); }
|
return(rows_count_ * rows_height_); }
|
||||||
/// @return la rows header width, in pixels
|
/// @return la rows header width, in pixels
|
||||||
qreal rowsHeaderWidth() const { return(rows_header_width_); }
|
qreal rowsHeaderWidth() const { return(rows_header_width_); }
|
||||||
// @return the edge where title block is docked
|
/// @return the edge where title block is docked
|
||||||
Qt::Edge titleBlockEdge() const { return(m_edge); }
|
Qt::Edge titleBlockEdge() const { return(m_edge); }
|
||||||
|
|
||||||
// border - title block = diagram
|
// border - title block = diagram
|
||||||
|
|||||||
Reference in New Issue
Block a user