Gui: Use QStringLiteral
This commit is contained in:
@@ -79,7 +79,7 @@ DlgCustomizeImp::DlgCustomizeImp(QWidget* parent, Qt::WindowFlags fl)
|
||||
customLayout->addLayout( layout, 1, 0 );
|
||||
|
||||
tabWidget = new QTabWidget( this );
|
||||
tabWidget->setObjectName(QString::fromLatin1("Gui__Dialog__TabWidget"));//so we can find it in DlgMacroExecuteImp
|
||||
tabWidget->setObjectName(QStringLiteral("Gui__Dialog__TabWidget"));//so we can find it in DlgMacroExecuteImp
|
||||
|
||||
// make sure that pages are ready to create
|
||||
GetWidgetFactorySupplier();
|
||||
|
||||
Reference in New Issue
Block a user