summaryrefslogtreecommitdiff
path: root/src/qdbus
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-12-17 17:10:55 +0100
committerKai Koehne <kai.koehne@qt.io>2018-12-18 15:55:16 +0000
commit4f94fca62cd1f0b8069bc339ae87108fda3fe498 (patch)
treeee07b86966e27d2185cdac2b1137aa8b2d509bf4 /src/qdbus
parent3cb3569dd4e21600a1f07e2a6493bfe9c6226a0b (diff)
downloadqttools-4f94fca62cd1f0b8069bc339ae87108fda3fe498.tar.gz
Bump copyright year to 2019
Task-number: QTBUG-72635 Change-Id: If5acb99bff8715101ab338a694b9f2d61e066ea3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@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 f1935d605..ed0f882c9 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("2018")));
+ .arg(tr("D-Bus Viewer"), QLatin1String(QT_VERSION_STR), QStringLiteral("2019")));
box.setWindowTitle(tr("D-Bus Viewer"));
box.exec();
}