Skip to content
Snippets Groups Projects
Commit bd23f630 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix warning

Change-Id: I21d6ec20ba32c8572b68fd7e5eeadbc49abe74c4
Reviewed-on: http://codereview.qt.nokia.com/3821


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent b941eda7
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,7 @@ TestFunctionInfo* TestCode::testFunction(int index)
TestFunctionInfo *TestCode::findFunction(int offset, bool next)
{
if (offset < 0)
return false;
return 0;
TestFunctionInfo *found = 0;
for (int i = 0; i < m_testFunctions.count(); ++i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment