Skip to content

Commit

Permalink
fix: File type of files created by project template are not correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
royqh1979 committed Dec 22, 2024
1 parent 3083a38 commit fcb712d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RedPandaIDE/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ void Editor::loadFile(QString filename) {
// }
} else {
filename = QFileInfo(filename).absoluteFilePath();
doSetFileType(getFileType(filename));
}

//FileError should by catched by the caller of loadFile();
Expand Down

0 comments on commit fcb712d

Please sign in to comment.