summaryrefslogtreecommitdiff
path: root/src/qdbus
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2020-01-08 15:06:43 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2020-01-08 15:12:30 +0200
commit47b91fe6ce0e56e8abc8b2a5e1ba5dbf4453e9f8 (patch)
tree2c5880ebc7444db3af1209f170360f278f8f43e7 /src/qdbus
parent3a9b6fc440b6c1ca290ac1140d3f726cf6b11765 (diff)
downloadqttools-47b91fe6ce0e56e8abc8b2a5e1ba5dbf4453e9f8.tar.gz
Bump copyright year
Change-Id: I81c229523e0d896f25d6d961c9857b615218ecbb Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/qdbus')
-rw-r--r--src/qdbus/qdbusviewer/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdbus/qdbusviewer/mainwindow.cpp b/src/qdbus/qdbusviewer/mainwindow.cpp
index ed0f882c9..37a2ef783 100644
--- a/src/qdbus/qdbusviewer/mainwindow.cpp
+++ b/src/qdbus/qdbusviewer/mainwindow.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2020 The Qt Company Ltd and/or its subsidiary(-ies).
** Contact: https://www.qt.io/licensing/
**
** This file is part of the tools applications of the Qt Toolkit.
@@ -90,7 +90,7 @@ void MainWindow::about()
"<h3>%1</h3>"
"<p>Version %2</p></center>"
"<p>Copyright (C) %3 The Qt Company Ltd.</p>")
- .arg(tr("D-Bus Viewer"), QLatin1String(QT_VERSION_STR), QStringLiteral("2019")));
+ .arg(tr("D-Bus Viewer"), QLatin1String(QT_VERSION_STR), QStringLiteral("2020")));
box.setWindowTitle(tr("D-Bus Viewer"));
box.exec();
}