src/linetypes/modelobject.h

changeset 1339
1f342d5abc85
parent 1326
69a90bd2dba2
child 1385
2f18c0da749d
child 1391
5fa4bf1fc781
equal deleted inserted replaced
1338:1152c9fefa3e 1339:1f342d5abc85
217 QString typeName() const override { return "beziercurve"; } 217 QString typeName() const override { return "beziercurve"; }
218 }; 218 };
219 219
220 enum 220 enum
221 { 221 {
222 LowResolution = 16, 222 LowResolution = 8,
223 MediumResolution = 16,
223 HighResolution = 48 224 HighResolution = 48
224 }; 225 };
225 226
226 /* 227 /*
227 * Changes a property in a manner that emits the appropriate signal to notify that the object changed. 228 * Changes a property in a manner that emits the appropriate signal to notify that the object changed.

mercurial