Skip to content

Commit 44af1b3

Browse files
committed
Changed newline method for debug
1 parent ef38c65 commit 44af1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void MainWindow::onAboutClicked()
265265
{
266266
QFile f(":/about.html");
267267
if (!f.open(QFile::ReadOnly | QFile::Text)) {
268-
qDebug() << tr("Error loading about file") << Qt::endl;
268+
qDebug() << tr("Error loading about file") << '\n';
269269
return;
270270
}
271271
QTextStream in(&f);

0 commit comments

Comments
 (0)