mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 17:10:52 +08:00
Compilation with Qt6 and Visual Studio 2022
This commit is contained in:
@@ -160,10 +160,10 @@ bool Feature::SaveSources(const Source::Set& sources, QString filename)
|
||||
}
|
||||
|
||||
QTextStream stream(&file);
|
||||
stream << "#Features_SF" << endl;
|
||||
stream << "#Features_SF" << Qt::endl;
|
||||
for (const Source& s : sources)
|
||||
{
|
||||
stream << s.type << ":" << s.name << endl;
|
||||
stream << s.type << ":" << s.name << Qt::endl;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user