src/ldtypes.cc

changeset 622
622c49e60348
parent 618
de0d51349f6c
child 667
31540c1f22ea
equal deleted inserted replaced
621:928365840d0d 622:622c49e60348
86 // ============================================================================= 86 // =============================================================================
87 // ----------------------------------------------------------------------------- 87 // -----------------------------------------------------------------------------
88 QString LDSubfile::raw() const 88 QString LDSubfile::raw() const
89 { 89 {
90 QString val = fmt ("1 %1 %2 ", getColor(), getPosition()); 90 QString val = fmt ("1 %1 %2 ", getColor(), getPosition());
91 val += getTransform().stringRep(); 91 val += getTransform().toString();
92 val += ' '; 92 val += ' ';
93 val += getFileInfo()->getName(); 93 val += getFileInfo()->getName();
94 return val; 94 return val;
95 } 95 }
96 96

mercurial