vcl/qt6/QtInstanceBuilder.cxx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
New commits: commit c189bb19ea118a77d77c9cd335a4de8c7c7780c0 Author: lovatico21 <lorenzo04lov...@gmail.com> AuthorDate: Tue Nov 12 20:55:43 2024 +0100 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Wed Nov 13 05:59:47 2024 +0100 added license header and vim footer Change-Id: Ic4fb58b4285fc657808bc947c79921dad7f4c666 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176506 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Tested-by: Jenkins diff --git a/vcl/qt6/QtInstanceBuilder.cxx b/vcl/qt6/QtInstanceBuilder.cxx index c645f3708ee3..37516a3ec3f6 100644 --- a/vcl/qt6/QtInstanceBuilder.cxx +++ b/vcl/qt6/QtInstanceBuilder.cxx @@ -1 +1,12 @@ -#include "../qt5/QtInstanceBuilder.cxx" \ No newline at end of file +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#include "../qt5/QtInstanceBuilder.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */