From 20de09ffbaa00ab3adf91e49b847eb0061315b1e Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 10 Sep 2020 23:26:12 +0200 Subject: cleanup redundant endls and others --- afdnotebook.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'afdnotebook.cc') diff --git a/afdnotebook.cc b/afdnotebook.cc index eaff949..c4a4964 100644 --- a/afdnotebook.cc +++ b/afdnotebook.cc @@ -358,7 +358,7 @@ bool AfdNotebook::findPenData() qDebug() << " stroke data" << strokeFile; if (strokeFile.length() != 25) { - qWarning() << "Invalid stroke filename format" << strokeFile << endl; + qWarning() << "Invalid stroke filename format" << strokeFile; continue; } @@ -370,7 +370,7 @@ bool AfdNotebook::findPenData() if (ok) stroke.end = Smartpen::fromPenTime(strokeFile.mid(13, 8).toLongLong(&ok, 16) * 1000ULL); if (!ok) { - qWarning() << "Invalid stroke filename format" << strokeFile << endl; + qWarning() << "Invalid stroke filename format" << strokeFile; continue; } -- cgit v1.2.3