Quote Originally Posted by Santosh Reddy View Post
There are keywords (at-least I call them so) in Qt which C++ does not support like "signals", "slots" (who knows in future versions of Qt "super" may also is supported (may be with different meaning)).
A "keyword" is something related to syntax of the language and interpreted by the compiler of that language. Since Qt is not a language, it can't introduce keywords for the C++ compiler. I can agree that things like "signals:" and "slots:" can be treated as keywords of moc.