QmlDesigner: Copyright date updated on splash

Task: QDS-2099

Change-Id: I232ff5fb5fa6ae89bb1d64be3b676b101efff55f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Aleksei German
2020-05-15 15:08:37 +02:00
committed by Thomas Hartmann
parent 18e5d9187a
commit 23cdbc1ef9

View File

@@ -1,6 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2019 The Qt Company Ltd.
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
@@ -83,7 +83,7 @@ Image {
width: 270
height: 24
color: "#ffffff"
text: qsTr("Copyright 2008 - 2019 The Qt Company")
text: qsTr("Copyright 2008 - 2020 The Qt Company")
font.pixelSize: 16
font.family: StudioFonts.titilliumWeb_light
}