mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-01 17:30:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -107,7 +107,8 @@ class ElementsPanelWidget : public QWidget {
|
||||
@brief ElementsPanelWidget::elementsPanel
|
||||
@return The elements panel embedded within this widget.
|
||||
*/
|
||||
inline ElementsPanel &ElementsPanelWidget::elementsPanel() const {
|
||||
inline ElementsPanel &ElementsPanelWidget::elementsPanel() const
|
||||
{
|
||||
return(*elements_panel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user