summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsview/view/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsview/view/MainWindow.cpp')
-rw-r--r--tests/auto/xmlpatternsview/view/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatternsview/view/MainWindow.cpp b/tests/auto/xmlpatternsview/view/MainWindow.cpp
index b0066ff..1c28d81 100644
--- a/tests/auto/xmlpatternsview/view/MainWindow.cpp
+++ b/tests/auto/xmlpatternsview/view/MainWindow.cpp
@@ -487,7 +487,7 @@ void MainWindow::on_actionRestart_triggered()
else
{
QTextStream err(stderr);
- err << "Failed to start " << qPrintable(QCoreApplication::applicationFilePath()) << endl;
+ err << "Failed to start " << qPrintable(QCoreApplication::applicationFilePath()) << Qt::endl;
}
}