aboutsummaryrefslogtreecommitdiff
path: root/afdnotebook.cc
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2020-09-10 23:26:12 +0200
committerJavier <dev.git@javispedro.com>2020-09-10 23:26:12 +0200
commit20de09ffbaa00ab3adf91e49b847eb0061315b1e (patch)
tree19d34e3ed81b86a415809b2d213d582ff524d263 /afdnotebook.cc
parent554a87c601dbd67b45fddc9a8362b82a5b89c5e4 (diff)
downloadscribiu-20de09ffbaa00ab3adf91e49b847eb0061315b1e.tar.gz
scribiu-20de09ffbaa00ab3adf91e49b847eb0061315b1e.zip
cleanup redundant endls and others
Diffstat (limited to 'afdnotebook.cc')
-rw-r--r--afdnotebook.cc4
1 files changed, 2 insertions, 2 deletions
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;
}