diff --git a/src/git/Remote.cpp b/src/git/Remote.cpp index 6ee5701c99..c49aece649 100644 --- a/src/git/Remote.cpp +++ b/src/git/Remote.cpp @@ -644,7 +644,7 @@ void Remote::log(const QString &text) { return; QString time = QTime::currentTime().toString(Qt::ISODateWithMs); - QTextStream(&file) << time << " - " << text << Qt::endl; + QTextStream(&file) << time << " - " << text << endl; } } // namespace git