How do I get Resharper++ to ignore Qt moc files?

醉酒当歌 提交于 2020-01-07 03:48:46

问题


Resharper++ is parsing all the moc_ files generated by Qt. Has anyone figured out how to prevent this?


回答1:


I used Third Party Code:

  1. Go to ReSharper | Options | Code Editing | Third-Party Code.
  2. In "File Masks" add "moc_*.cpp".


来源:https://stackoverflow.com/questions/44467881/how-do-i-get-resharper-to-ignore-qt-moc-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!