Making GCC happy.
This commit is contained in:
parent
edfc2c5491
commit
07045b7880
1 changed files with 5 additions and 2 deletions
|
@ -86,11 +86,14 @@ namespace GUIEditor
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string pgName = std::string( parentGroup.toUtf8() );
|
||||||
|
std::string wName = std::string( name.toUtf8() );
|
||||||
|
|
||||||
CInterfaceElement *e =
|
CInterfaceElement *e =
|
||||||
CWidgetManager::getInstance()->addWidgetToGroup(
|
CWidgetManager::getInstance()->addWidgetToGroup(
|
||||||
std::string( parentGroup.toUtf8() ),
|
pgName,
|
||||||
className,
|
className,
|
||||||
std::string( name.toUtf8() )
|
wName
|
||||||
);
|
);
|
||||||
|
|
||||||
// Failed to add widget
|
// Failed to add widget
|
||||||
|
|
Loading…
Reference in a new issue