mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-20 02:49:59 +01:00
Wrap code for better readability
This commit is contained in:
@@ -410,7 +410,8 @@ inline QGIManager &Diagram::qgiManager() {
|
||||
@brief Diagram::drawTerminals
|
||||
@return true if terminals are rendered, false otherwise
|
||||
*/
|
||||
inline bool Diagram::drawTerminals() const {
|
||||
inline bool Diagram::drawTerminals() const
|
||||
{
|
||||
return(draw_terminals_);
|
||||
}
|
||||
|
||||
@@ -418,7 +419,8 @@ inline bool Diagram::drawTerminals() const {
|
||||
@brief Diagram::drawColoredConductors
|
||||
@return true if conductors colors are rendered, false otherwise.
|
||||
*/
|
||||
inline bool Diagram::drawColoredConductors() const {
|
||||
inline bool Diagram::drawColoredConductors() const
|
||||
{
|
||||
return(draw_colored_conductors_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user