mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix some doxygen issues
This commit is contained in:
@@ -112,7 +112,7 @@ void XRefPropertiesWidget::buildUi()
|
||||
|
||||
/**
|
||||
@brief XRefPropertiesWidget::saveProperties
|
||||
Save the properties of the type define at @index of the combo box m_type_cb
|
||||
Save the properties of the type define at index of the combo box m_type_cb
|
||||
@param index
|
||||
*/
|
||||
void XRefPropertiesWidget::saveProperties(int index) {
|
||||
@@ -130,10 +130,6 @@ void XRefPropertiesWidget::saveProperties(int index) {
|
||||
else
|
||||
xrp.setSnapTo(XRefProperties::Label);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if(ui->m_xrefpos_cb->itemData(ui->m_xrefpos_cb->currentIndex()).toString() == "bottom") xrp.setXrefPos(Qt::AlignBottom);
|
||||
else if(ui->m_xrefpos_cb->itemData(ui->m_xrefpos_cb->currentIndex()).toString() == "top") xrp.setXrefPos(Qt::AlignTop);
|
||||
else if(ui->m_xrefpos_cb->itemData(ui->m_xrefpos_cb->currentIndex()).toString() == "left") xrp.setXrefPos(Qt::AlignLeft);
|
||||
|
||||
Reference in New Issue
Block a user