From 23cdbc1ef994f817ba10a3fe15be5f276aa4f1e1 Mon Sep 17 00:00:00 2001 From: Aleksei German Date: Fri, 15 May 2020 15:08:37 +0200 Subject: [PATCH] QmlDesigner: Copyright date updated on splash Task: QDS-2099 Change-Id: I232ff5fb5fa6ae89bb1d64be3b676b101efff55f Reviewed-by: Thomas Hartmann --- src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml index c00bde1ce89..744fe6b2e21 100644 --- a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml +++ b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml @@ -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 }