Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.0-rc1
-
None
-
Windows, MSVC
Description
- Create a Qt Unit Test from the wizard
- Observation: The almost last line #include "tst_untitled43test.moc" has an error marker on the editor's margin bar.
- Add a new line to the very top of the file
- Observation: the moc line gets a single char underline.
- Type // license header at the new line position (very first line)
- Observation: diagnostics/underline stays the same
- Save, close and re-open the file
- Observation: The first line has an underline, but shouldn't.