remove outdated comment

Tue, 28 Sep 2021 23:09:09 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Tue, 28 Sep 2021 23:09:09 +0300
changeset 146
235941b7322f
parent 145
4dea24d3eda0
child 147
37f936073cac

remove outdated comment

src/model.cpp file | annotate | diff | comparison | revisions
--- a/src/model.cpp	Tue Sep 28 23:07:23 2021 +0300
+++ b/src/model.cpp	Tue Sep 28 23:09:09 2021 +0300
@@ -309,7 +309,6 @@
  */
 bool Model::save(QTextStream &errors) const
 {
-	// Write the model first into a temporary file
 	QSaveFile file{this->path()};
 	file.setDirectWriteFallback(true);
 	if (file.open(QSaveFile::WriteOnly))

mercurial