src/toolsets/algorithmtoolset.cpp

changeset 1028
5877e49e9a28
parent 1025
4949da3fb4b3
child 1045
f726f8f49c7e
equal deleted inserted replaced
1027:b2f58a8e3d24 1028:5877e49e9a28
447 447
448 // Comment containing the title of the parent document 448 // Comment containing the title of the parent document
449 LDComment* titleobj = dynamic_cast<LDComment*> (currentDocument()->getObject (0)); 449 LDComment* titleobj = dynamic_cast<LDComment*> (currentDocument()->getObject (0));
450 450
451 // License text for the subfile 451 // License text for the subfile
452 QString license (PreferredLicenseText()); 452 QString license = preferredLicenseText();
453 453
454 // LDraw code body of the new subfile (i.e. code of the selection) 454 // LDraw code body of the new subfile (i.e. code of the selection)
455 QStringList code; 455 QStringList code;
456 456
457 // Full path of the subfile to be 457 // Full path of the subfile to be

mercurial