Commit a12b989c6d469a5a4512b7cbb70f716d98eae8e3

  • avatar
  • jasplin <qt-info @no…a.com>
  • Wed Mar 17 08:48:36 CET 2010
Cleanup: Removed include file and comment.
  
4545#include <QtTest/qtestcorelist.h>
4646#include <QtTest/qtestelementattribute.h>
4747
48#include <cstdlib>
49
5048QT_BEGIN_HEADER
5149
5250QT_BEGIN_NAMESPACE
9292
9393 if (attribute(attributeIndex))
9494 return;
95
96 // if (attributeIndex == QTest::AI_Metric)
97 // abort();
9895
9996 QTestElementAttribute *testAttribute = new QTestElementAttribute;
10097 testAttribute->setPair(attributeIndex, value);