Fix build failure on Fem module
This commit is contained in:
parent
35c0dfc1d2
commit
c9618b50ef
|
@ -68,9 +68,9 @@ TaskObjectName::TaskObjectName(App::DocumentObject *pcObject,QWidget *parent)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void TaskObjectName::TextChanged ( const QString & text )
|
void TaskObjectName::TextChanged (const QString & text)
|
||||||
{
|
{
|
||||||
name =text.toUtf8();
|
name = text.toUtf8().constData();
|
||||||
//pcObject->Label.setValue(text.toUtf8());
|
//pcObject->Label.setValue(text.toUtf8());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user