QtCreator中未声明的标识符使用错误主窗口语义问题

2022-04-05 00:00:00 qt5 qt qt-creator c++

我只是创建了新的Qt窗口小部件应用程序。我打开mainwindow.cpp,就像我在使用编辑器时,mainwindow.cpp没有看到&mainwindow.h&一样。但是编译器运行得很好。如何修复此语义问题?

我在.pro文件中添加了‘qt+=widget’。它不起作用。

这些实际上是默认文件。

--mainwindow.h--

--mainwindow.cpp--


解决方案

我通过取消选中帮助/插件/C++/ClangCodeModel并重新启动QtCreator修复了此错误。

相关文章