summaryrefslogtreecommitdiff
path: root/src/qdbus
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-03 12:26:01 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-03 12:43:42 +0000
commit0a097b742dcffc04690e98ce2e574febad25014d (patch)
tree0b85d1754b5bc737b73d04d9b86fc56da00177a8 /src/qdbus
parent0d36e0d0e1374517bd196c74b0f148abfaf1a58a (diff)
downloadqttools-0a097b742dcffc04690e98ce2e574febad25014d.tar.gz
Bump copyright year to 2021
Fixes: QTBUG-89980 Pick-to: 6.1 Pick-to: 6.0 Pick-to: 5.15 Change-Id: Ice588f78d392f1dfd1f96de8840a3c7e28e4edd1 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/qdbus')
-rw-r--r--src/qdbus/qdbusviewer/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdbus/qdbusviewer/mainwindow.cpp b/src/qdbus/qdbusviewer/mainwindow.cpp
index 1f0a7d6b9..7eb83309a 100644
--- a/src/qdbus/qdbusviewer/mainwindow.cpp
+++ b/src/qdbus/qdbusviewer/mainwindow.cpp
@@ -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("2020")));
+ .arg(tr("D-Bus Viewer"), QLatin1String(QT_VERSION_STR), QStringLiteral("2021")));
box.setWindowTitle(tr("D-Bus Viewer"));
box.exec();
}