mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Minor change (indent) and refresh west8010 symbol, thanks David
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2658 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -184,7 +184,7 @@ void ConductorPropertiesWidget::buildConnections() {
|
||||
connect(color_button, SIGNAL(clicked()), this, SLOT(chooseColor()));
|
||||
connect(verti_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig()));
|
||||
connect(horiz_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig()));
|
||||
connect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig()));
|
||||
connect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig()));
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -231,7 +231,7 @@ void ConductorPropertiesWidget::destroyConnections() {
|
||||
disconnect(line_style, SIGNAL(currentIndexChanged(int)), this, SLOT(updateConfig()));
|
||||
disconnect(verti_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig()));
|
||||
disconnect(horiz_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig()));
|
||||
disconnect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig()));
|
||||
disconnect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig()));
|
||||
}
|
||||
|
||||
/// Destructeur
|
||||
|
||||
Reference in New Issue
Block a user