Git 之 Your local changes to the following files would be overwritten by checkout
今天在切换分支时遇到了这样一个问题: 首先翻译下: Your local changes to the following files would be overwritten by checkout 大致意思就是: 当…
invalid use of incomplete type class ui(new Ui::MainWindow报错,解决方案 原因解决方案 原因
就是在我改控件button的名字的时候,没有选中控件,导致吧mainwindow的名字改了。。。 解决方案
吧mainwindow的名字改回来 MainWindow
完美解…