mirror of
https://github.com/leozide/leocad
synced 2025-02-06 08:46:06 +01:00
QString fix.
This commit is contained in:
parent
2d7aba8895
commit
336afdba8a
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ bool lcApplication::Initialize(QList<QPair<QString, bool>>& LibraryPaths, bool&
|
|||
|
||||
if (!CameraName.isEmpty())
|
||||
{
|
||||
ActiveView->SetCamera(CameraName.toLatin1()); // todo: qstring
|
||||
ActiveView->SetCamera(CameraName);
|
||||
|
||||
if (!ViewpointName.isEmpty())
|
||||
printf("Warning: --viewpoint is ignored when --camera is set.\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue