396 } |
395 } |
397 |
396 |
398 // Inlines this subfile. Note that return type is an array of heap-allocated |
397 // Inlines this subfile. Note that return type is an array of heap-allocated |
399 // LDObject copies, they must be deleted manually. |
398 // LDObject copies, they must be deleted manually. |
400 QList<LDObject*> inlineContents (InlineFlags flags); |
399 QList<LDObject*> inlineContents (InlineFlags flags); |
|
400 |
|
401 protected: |
|
402 ~LDSubfile(); |
401 }; |
403 }; |
402 |
404 |
403 Q_DECLARE_OPERATORS_FOR_FLAGS (LDSubfile::InlineFlags) |
405 Q_DECLARE_OPERATORS_FOR_FLAGS (LDSubfile::InlineFlags) |
404 |
406 |
405 // ============================================================================= |
407 // ============================================================================= |