-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: Qt Creator 3.6.0-rc1
-
Fix Version/s: None
-
Component/s: All Other Issues
-
Labels:None
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.