summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/versiondialog.cpp
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2020-01-08 15:06:43 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2020-01-08 15:12:30 +0200
commit47b91fe6ce0e56e8abc8b2a5e1ba5dbf4453e9f8 (patch)
tree2c5880ebc7444db3af1209f170360f278f8f43e7 /src/designer/src/designer/versiondialog.cpp
parent3a9b6fc440b6c1ca290ac1140d3f726cf6b11765 (diff)
Bump copyright year
Change-Id: I81c229523e0d896f25d6d961c9857b615218ecbb Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/designer/src/designer/versiondialog.cpp')
-rw-r--r--src/designer/src/designer/versiondialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/designer/versiondialog.cpp b/src/designer/src/designer/versiondialog.cpp
index 767d25171..8e2e399e0 100644
--- a/src/designer/src/designer/versiondialog.cpp
+++ b/src/designer/src/designer/versiondialog.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Designer of the Qt Toolkit.
@@ -160,7 +160,7 @@ VersionDialog::VersionDialog(QWidget *parent)
lbl->setText(tr("%1"
"<br/>Copyright (C) %2 The Qt Company Ltd."
- ).arg(version, QStringLiteral("2019")));
+ ).arg(version, QStringLiteral("2020")));
lbl->setWordWrap(true);
lbl->setOpenExternalLinks(true);