#pragma once #include struct QDomDocumentWithSpacesTest final : QObject { Q_OBJECT private slots: void entityWithoutSpace(); void entityWithSpace(); void entityWithSpaceAndPreserve(); };