diff options
Diffstat (limited to 'Swift/QtUI/QtAboutWidget.cpp')
| -rw-r--r-- | Swift/QtUI/QtAboutWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtAboutWidget.cpp b/Swift/QtUI/QtAboutWidget.cpp index 2db0c9d..0a4e0ba 100644 --- a/Swift/QtUI/QtAboutWidget.cpp +++ b/Swift/QtUI/QtAboutWidget.cpp @@ -1,8 +1,8 @@ /* - * Copyright (c) 2010-2017 Isode Limited. + * Copyright (c) 2010-2019 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #include <Swift/QtUI/QtAboutWidget.h> @@ -147,13 +147,13 @@ void QtAboutWidget::openPlainTextWindow(const QString& path) { file.close(); text->resize(500, 600); text->show(); text->activateWindow(); } else { - SWIFT_LOG(error) << "Failed to open " << Q2PSTRING(path) << "." << std::endl; + SWIFT_LOG(error) << "Failed to open " << Q2PSTRING(path) << "."; } } void QtAboutWidget::updateUpdateInfo() { updateChannelInfoLabel_->hide(); updateStateInfoLabel_->hide(); |
Swift