Hello,<br>
<br>
I'm using Kdevelop to write a regular c++ program.<br>
I created the project via the wizard "Simple C++ Hello World"<br>
Then I added a class. In the class, if I add a member function "emit",
the Kdevelop will report syntax erros in "problems->errors" tab at
the botttom of screen. But my program compiles and runs ok.<br>
<br>
If I rename the "emit" to other words, it's fine. <br>
<br>
So could you please help me to remove the annoying "error" message? Is it a bug?<br>
<br>
Thanks<br>