mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -57,7 +57,8 @@ IndiTextPropertiesWidget::IndiTextPropertiesWidget(
|
||||
/**
|
||||
@brief IndiTextPropertiesWidget::~IndiTextPropertiesWidget
|
||||
*/
|
||||
IndiTextPropertiesWidget::~IndiTextPropertiesWidget() {
|
||||
IndiTextPropertiesWidget::~IndiTextPropertiesWidget()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
@@ -421,7 +422,8 @@ void IndiTextPropertiesWidget::updateUi()
|
||||
/**
|
||||
@brief IndiTextPropertiesWidget::on_m_advanced_editor_pb_clicked
|
||||
*/
|
||||
void IndiTextPropertiesWidget::on_m_advanced_editor_pb_clicked() {
|
||||
void IndiTextPropertiesWidget::on_m_advanced_editor_pb_clicked()
|
||||
{
|
||||
if (m_text) {
|
||||
m_text->edit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user