mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-31 16:39:59 +01:00
Wrap code for better readability
This commit is contained in:
@@ -103,7 +103,8 @@ bool PropertiesEditorDockWidget::addEditor(PropertiesEditorWidget *editor,
|
||||
@brief PropertiesEditorDockWidget::editors
|
||||
@return all editor used in this dock
|
||||
*/
|
||||
QList<PropertiesEditorWidget *> PropertiesEditorDockWidget::editors() const {
|
||||
QList<PropertiesEditorWidget *> PropertiesEditorDockWidget::editors() const
|
||||
{
|
||||
return m_editor_list;
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,8 @@ QUndoCommand *PropertiesEditorWidget::associatedUndo() const{
|
||||
@brief PropertiesEditorWidget::title
|
||||
@return the title of this editor
|
||||
*/
|
||||
QString PropertiesEditorWidget::title() const {
|
||||
QString PropertiesEditorWidget::title() const
|
||||
{
|
||||
return QString();
|
||||
}
|
||||
|
||||
@@ -68,6 +69,7 @@ bool PropertiesEditorWidget::setLiveEdit(bool live_edit) {
|
||||
@return true if this editor is in live edit mode
|
||||
else return fasle.
|
||||
*/
|
||||
bool PropertiesEditorWidget::isLiveEdit() const {
|
||||
bool PropertiesEditorWidget::isLiveEdit() const
|
||||
{
|
||||
return m_live_edit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user