Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 4.4.1, Qt Creator 4.5.0-rc1
-
Windows 7 x64
Description
Given the following code:
class SerialConnection {
void close();
};
void SerialConnection::close()
{
}
searching for
m seri*close
in Locator finds the function, but does not highlight anything.
Searching for
m seri*::close
highlights close at least.
Maybe it would also be a good idea to treat :: as wildcard already.