summaryrefslogtreecommitdiff
path: root/src/testlib
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2010-03-17 08:48:36 +0100
committerjasplin <qt-info@nokia.com>2010-03-17 08:48:36 +0100
commita12b989c6d469a5a4512b7cbb70f716d98eae8e3 (patch)
tree28f1830c295595be14211bdcb9160158dbd3a694 /src/testlib
parent67d8b96d11b560367f068c2466664898a6fb5aed (diff)
downloadqt4-tools-a12b989c6d469a5a4512b7cbb70f716d98eae8e3.tar.gz
Cleanup: Removed include file and comment.
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcoreelement.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/testlib/qtestcoreelement.h b/src/testlib/qtestcoreelement.h
index 4738f7de70..e1ad44a731 100644
--- a/src/testlib/qtestcoreelement.h
+++ b/src/testlib/qtestcoreelement.h
@@ -45,8 +45,6 @@
#include <QtTest/qtestcorelist.h>
#include <QtTest/qtestelementattribute.h>
-#include <cstdlib>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -95,9 +93,6 @@ void QTestCoreElement<ElementType>::addAttribute(const QTest::AttributeIndex att
if (attribute(attributeIndex))
return;
- // if (attributeIndex == QTest::AI_Metric)
- // abort();
-
QTestElementAttribute *testAttribute = new QTestElementAttribute;
testAttribute->setPair(attributeIndex, value);
testAttribute->addToList(&listOfAttributes);