summaryrefslogtreecommitdiffstats
path: root/src/qdbus
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-24 08:17:46 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-27 12:43:02 +0000
commit224a4bdc0380b15e6a8f07dc0d4bf9ae4dae1996 (patch)
treef25a031f84df1dde5dc2e0fe1fe7751d8b682f17 /src/qdbus
parentef4e761c7519449ff9bb0d0b14bd50c03228a39e (diff)
Bump copyright year
Task-number: QTBUG-59648 Change-Id: I4aba86e684ca6073228e556000599781303b74bd 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 38e9cdcb2..454a605a6 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("2016")));
+ .arg(tr("D-Bus Viewer"), QLatin1String(QT_VERSION_STR), QStringLiteral("2017")));
box.setWindowTitle(tr("D-Bus Viewer"));
box.exec();
}