summaryrefslogtreecommitdiff
path: root/src/qdbus/qdbusviewer/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdbus/qdbusviewer/mainwindow.cpp')
-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 949663616..35d06e5eb 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("2021")));
+ .arg(tr("D-Bus Viewer"), QLatin1String(QT_VERSION_STR), QStringLiteral("2022")));
box.setWindowTitle(tr("D-Bus Viewer"));
box.exec();
}