Skip to content

Commit

Permalink
porting: use Qt::endl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Apr 26, 2024
1 parent 11b2300 commit db337d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tikzpreviewgenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static QString createTempTikzFile(const QString &tikzFileBaseName, const QString
QTextStream tikzStream(&tikzFile);
codecProfile->configureStreamEncoding(tikzStream);

tikzStream << tikzCode << endl;
tikzStream << tikzCode << Qt::endl;
tikzStream.flush();

tikzFile.close();
Expand Down

0 comments on commit db337d2

Please sign in to comment.