summaryrefslogtreecommitdiffstats
path: root/src/qdbus
diff options
context:
space:
mode:
authorKai KΓΆhne <kai.koehne@qt.io>2023-03-14 10:54:07 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-21 09:47:08 +0000
commita7129eb259a9a3edce61fbd5bd77baba4fdc7430 (patch)
tree637fef73bf5ac05a72c80894a40f692faf6b3820 /src/qdbus
parent38a72aa358c61ffd87b4b9b7dfaf0154f0802c81 (diff)
Update Copyright year to 20236.4
Change-Id: I62921a04d2173dcd78797d792437a27bbaafc5c7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 8d505982e7431aed647680ca107ce1bf472825c2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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 5bd8128ca..0845dd58b 100644
--- a/src/qdbus/qdbusviewer/mainwindow.cpp
+++ b/src/qdbus/qdbusviewer/mainwindow.cpp
@@ -65,7 +65,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("2022")));
+ .arg(tr("D-Bus Viewer"), QLatin1String(QT_VERSION_STR), QStringLiteral("2023")));
box.setWindowTitle(tr("D-Bus Viewer"));
box.exec();
}