aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reserve-candidates
diff options
context:
space:
mode:
authorSergio Martins <sergio.martins@kdab.com>2015-08-30 12:51:53 +0100
committerSergio Martins <sergio.martins@kdab.com>2015-08-30 12:51:53 +0100
commita0e629f751d836cb8677215691e05df51f0b9075 (patch)
treea539807547d701778eff1be25293d9a12d3d30a1 /tests/reserve-candidates
parentbd706a3b67bfaaa616f315bcee6c3197e2ba9d48 (diff)
reserve-candidates: Remove TODO
Diffstat (limited to 'tests/reserve-candidates')
-rw-r--r--tests/reserve-candidates/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reserve-candidates/main.cpp b/tests/reserve-candidates/main.cpp
index 0cc88cd5..d2bd1898 100644
--- a/tests/reserve-candidates/main.cpp
+++ b/tests/reserve-candidates/main.cpp
@@ -214,7 +214,7 @@ void moreStuff()
QHash<int,int> h;
QHashIterator<int,int> it(h);
- while (it.hasNext()) { // TODO: Should be warning
+ while (it.hasNext()) { // Warning
v.push_back(1);
}
}