- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    Qt Creator 2.7.0, Qt Creator 2.8.0-beta
- 
    None
- 
        3c5d7378340309ab5d5d41a2c5feb7527d8e53c4
If the search include multiple files, Find Next skips the first entry and Find Previous skips the last entry.
foo.h:
struct Foo
{
    static void foo();
};
void Foo::foo()
{
}
foo.cpp:
#include "foo.h"
void bug()
{
    Foo::foo();
}
Run Find Usages for foo, then in the search results try to Find ";"