Sandbox: Use QStringLiteral
This commit is contained in:
@@ -54,7 +54,7 @@ Workbench::Workbench()
|
||||
{
|
||||
// Tree view
|
||||
Gui::DockWindow* tree = new Gui::DockWindow(0, Gui::getMainWindow());
|
||||
tree->setWindowTitle(QString::fromLatin1("Tree view"));
|
||||
tree->setWindowTitle(QStringLiteral("Tree view"));
|
||||
Gui::TreeView* treeWidget = new Gui::TreeView(tree);
|
||||
treeWidget->setRootIsDecorated(false);
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/TreeView");
|
||||
|
||||
Reference in New Issue
Block a user