- fix: rules for obj missed in the makefile generated for project

This commit is contained in:
Roy Qu 2022-10-25 17:38:37 +08:00
parent cab0c8ca24
commit 3f74a5fd10
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@ Red Panda C++ Version 2.0
- enhancement: when closing project, prevent all editors that belongs to the project check syntax and parse todos.
- enhancement: add "auto reformat when saving codes" in "Options" / "Editor" / "Misc" (off by default)
- enhancement: use "todo" and "fixme" as the keyword for TODO comments
- fix: rules for obj missed in makefile generated for project
Red Panda C++ Version 1.5

View File

@ -4675,7 +4675,6 @@ void MainWindow::updateProjectView()
void MainWindow::onFileChanged(const QString &path)
{
qDebug()<<path<<"modified";
if (mFilesChangedNotifying.contains(path))
return;
mFilesChangedNotifying.insert(path);