| 585 | } |
| 586 | |
| 587 | EditorProgressGDDC::EditorProgressGDDC() {} |
| 588 | EditorProgressGDDC::EditorProgressGDDC(const String &p_task, const String &p_label, int p_amount, bool p_can_cancel) : |
| 589 | EditorProgressGDDC(nullptr, p_task, p_label, p_amount, p_can_cancel) {} |
| 590 | EditorProgressGDDC::EditorProgressGDDC(Node *p_parent, const String &p_task, const String &p_label, int p_amount, bool p_can_cancel) { |
nothing calls this directly
no test coverage detected