| 77 NonCaLicense |
70 NonCaLicense |
| 78 } license = UnspecifiedLicense; |
71 } license = UnspecifiedLicense; |
| 79 }; |
72 }; |
| 80 |
73 |
| 81 Q_DECLARE_OPERATORS_FOR_FLAGS(QFlags<LDHeader::Qualifier>) |
74 Q_DECLARE_OPERATORS_FOR_FLAGS(QFlags<LDHeader::Qualifier>) |
| 82 Winding operator^(Winding one, Winding other); |
|
| 83 |
75 |
| 84 // |
76 // |
| 85 // This class stores a document either as a editable file for the user or for |
77 // This class stores a document either as a editable file for the user or for |
| 86 // subfile caching. |
78 // subfile caching. |
| 87 // |
79 // |