Remove the code after "return".
--HG-- branch : develop
This commit is contained in:
parent
5c40a91335
commit
7551cfda87
|
@ -1006,7 +1006,7 @@ void DialogPatternXmlEdit::ElementClicked ( const QModelIndex & index )
|
||||||
}
|
}
|
||||||
if (item2->GetelementType() == VXMLTreeElement::TypeRoot)
|
if (item2->GetelementType() == VXMLTreeElement::TypeRoot)
|
||||||
{
|
{
|
||||||
ui->label_type_value->setText(tr("Root node"));;
|
ui->label_type_value->setText(tr("Root node"));
|
||||||
ui->pushButton_Add_son->setEnabled(true);
|
ui->pushButton_Add_son->setEnabled(true);
|
||||||
}
|
}
|
||||||
else if (item2->GetelementType() == VXMLTreeElement::TypeNode)
|
else if (item2->GetelementType() == VXMLTreeElement::TypeNode)
|
||||||
|
|
|
@ -347,7 +347,7 @@ quint32 DialogPointOfContact::getCenter() const
|
||||||
*/
|
*/
|
||||||
quint32 DialogPointOfContact::GetFirstPoint() const
|
quint32 DialogPointOfContact::GetFirstPoint() const
|
||||||
{
|
{
|
||||||
return getCurrentObjectId(ui->comboBoxFirstPoint);;
|
return getCurrentObjectId(ui->comboBoxFirstPoint);
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user