61void QTestCoreElement<ElementType>::addAttribute(
const QTest::AttributeIndex attributeIndex,
const char *value)
63 if (attributeIndex == -1 || attribute(attributeIndex))
66 QTestElementAttribute *testAttribute =
new QTestElementAttribute;
67 testAttribute->setPair(attributeIndex, value);
68 listOfAttributes.push_back(testAttribute);