Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 3.6.0-rc1
-
None
Description
Turn on Todo plugin, create c++ project, with .cpp file, write in .cpp file
//TODO: something
Todo plugin will show new entry as expected
create header file (.h) and write same line in it
//TODO: something
Todo plugin will NOT show new entry.