From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- vcl/qt6/QtAccessibleEventListener.cxx | 12 ++++++++++++ vcl/qt6/QtAccessibleWidget.cxx | 12 ++++++++++++ vcl/qt6/QtBitmap.cxx | 12 ++++++++++++ vcl/qt6/QtClipboard.cxx | 12 ++++++++++++ vcl/qt6/QtData.cxx | 12 ++++++++++++ vcl/qt6/QtDragAndDrop.cxx | 12 ++++++++++++ vcl/qt6/QtFilePicker.cxx | 12 ++++++++++++ vcl/qt6/QtFont.cxx | 12 ++++++++++++ vcl/qt6/QtFontFace.cxx | 12 ++++++++++++ vcl/qt6/QtFrame.cxx | 12 ++++++++++++ vcl/qt6/QtGraphics.cxx | 12 ++++++++++++ vcl/qt6/QtGraphics_Controls.cxx | 12 ++++++++++++ vcl/qt6/QtGraphics_GDI.cxx | 12 ++++++++++++ vcl/qt6/QtGraphics_Text.cxx | 12 ++++++++++++ vcl/qt6/QtInstance.cxx | 12 ++++++++++++ vcl/qt6/QtInstance_Print.cxx | 12 ++++++++++++ vcl/qt6/QtMainWindow.cxx | 12 ++++++++++++ vcl/qt6/QtMenu.cxx | 12 ++++++++++++ vcl/qt6/QtObject.cxx | 12 ++++++++++++ vcl/qt6/QtOpenGLContext.cxx | 12 ++++++++++++ vcl/qt6/QtPainter.cxx | 12 ++++++++++++ vcl/qt6/QtPrinter.cxx | 12 ++++++++++++ vcl/qt6/QtSvpGraphics.cxx | 12 ++++++++++++ vcl/qt6/QtSvpSurface.cxx | 12 ++++++++++++ vcl/qt6/QtSvpVirtualDevice.hxx | 12 ++++++++++++ vcl/qt6/QtSystem.cxx | 12 ++++++++++++ vcl/qt6/QtTimer.cxx | 12 ++++++++++++ vcl/qt6/QtTools.cxx | 12 ++++++++++++ vcl/qt6/QtTransferable.cxx | 12 ++++++++++++ vcl/qt6/QtVirtualDevice.cxx | 12 ++++++++++++ vcl/qt6/QtWidget.cxx | 12 ++++++++++++ vcl/qt6/QtXAccessible.cxx | 12 ++++++++++++ 32 files changed, 384 insertions(+) create mode 100644 vcl/qt6/QtAccessibleEventListener.cxx create mode 100644 vcl/qt6/QtAccessibleWidget.cxx create mode 100644 vcl/qt6/QtBitmap.cxx create mode 100644 vcl/qt6/QtClipboard.cxx create mode 100644 vcl/qt6/QtData.cxx create mode 100644 vcl/qt6/QtDragAndDrop.cxx create mode 100644 vcl/qt6/QtFilePicker.cxx create mode 100644 vcl/qt6/QtFont.cxx create mode 100644 vcl/qt6/QtFontFace.cxx create mode 100644 vcl/qt6/QtFrame.cxx create mode 100644 vcl/qt6/QtGraphics.cxx create mode 100644 vcl/qt6/QtGraphics_Controls.cxx create mode 100644 vcl/qt6/QtGraphics_GDI.cxx create mode 100644 vcl/qt6/QtGraphics_Text.cxx create mode 100644 vcl/qt6/QtInstance.cxx create mode 100644 vcl/qt6/QtInstance_Print.cxx create mode 100644 vcl/qt6/QtMainWindow.cxx create mode 100644 vcl/qt6/QtMenu.cxx create mode 100644 vcl/qt6/QtObject.cxx create mode 100644 vcl/qt6/QtOpenGLContext.cxx create mode 100644 vcl/qt6/QtPainter.cxx create mode 100644 vcl/qt6/QtPrinter.cxx create mode 100644 vcl/qt6/QtSvpGraphics.cxx create mode 100644 vcl/qt6/QtSvpSurface.cxx create mode 100644 vcl/qt6/QtSvpVirtualDevice.hxx create mode 100644 vcl/qt6/QtSystem.cxx create mode 100644 vcl/qt6/QtTimer.cxx create mode 100644 vcl/qt6/QtTools.cxx create mode 100644 vcl/qt6/QtTransferable.cxx create mode 100644 vcl/qt6/QtVirtualDevice.cxx create mode 100644 vcl/qt6/QtWidget.cxx create mode 100644 vcl/qt6/QtXAccessible.cxx (limited to 'vcl/qt6') diff --git a/vcl/qt6/QtAccessibleEventListener.cxx b/vcl/qt6/QtAccessibleEventListener.cxx new file mode 100644 index 000000000..9a0c401af --- /dev/null +++ b/vcl/qt6/QtAccessibleEventListener.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtAccessibleEventListener.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtAccessibleWidget.cxx b/vcl/qt6/QtAccessibleWidget.cxx new file mode 100644 index 000000000..c850d6311 --- /dev/null +++ b/vcl/qt6/QtAccessibleWidget.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtAccessibleWidget.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtBitmap.cxx b/vcl/qt6/QtBitmap.cxx new file mode 100644 index 000000000..fe82d077d --- /dev/null +++ b/vcl/qt6/QtBitmap.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtBitmap.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtClipboard.cxx b/vcl/qt6/QtClipboard.cxx new file mode 100644 index 000000000..b5ed788e7 --- /dev/null +++ b/vcl/qt6/QtClipboard.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtClipboard.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtData.cxx b/vcl/qt6/QtData.cxx new file mode 100644 index 000000000..73035751a --- /dev/null +++ b/vcl/qt6/QtData.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtData.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtDragAndDrop.cxx b/vcl/qt6/QtDragAndDrop.cxx new file mode 100644 index 000000000..7c3062401 --- /dev/null +++ b/vcl/qt6/QtDragAndDrop.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtDragAndDrop.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtFilePicker.cxx b/vcl/qt6/QtFilePicker.cxx new file mode 100644 index 000000000..5dda50afd --- /dev/null +++ b/vcl/qt6/QtFilePicker.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtFilePicker.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtFont.cxx b/vcl/qt6/QtFont.cxx new file mode 100644 index 000000000..0af6c3add --- /dev/null +++ b/vcl/qt6/QtFont.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtFont.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtFontFace.cxx b/vcl/qt6/QtFontFace.cxx new file mode 100644 index 000000000..1dda71dbd --- /dev/null +++ b/vcl/qt6/QtFontFace.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtFontFace.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtFrame.cxx b/vcl/qt6/QtFrame.cxx new file mode 100644 index 000000000..fc15d6b53 --- /dev/null +++ b/vcl/qt6/QtFrame.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtFrame.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtGraphics.cxx b/vcl/qt6/QtGraphics.cxx new file mode 100644 index 000000000..a092d4a59 --- /dev/null +++ b/vcl/qt6/QtGraphics.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtGraphics.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtGraphics_Controls.cxx b/vcl/qt6/QtGraphics_Controls.cxx new file mode 100644 index 000000000..1ae93c236 --- /dev/null +++ b/vcl/qt6/QtGraphics_Controls.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtGraphics_Controls.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtGraphics_GDI.cxx b/vcl/qt6/QtGraphics_GDI.cxx new file mode 100644 index 000000000..a7d1bb502 --- /dev/null +++ b/vcl/qt6/QtGraphics_GDI.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtGraphics_GDI.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtGraphics_Text.cxx b/vcl/qt6/QtGraphics_Text.cxx new file mode 100644 index 000000000..d7326b0f2 --- /dev/null +++ b/vcl/qt6/QtGraphics_Text.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtGraphics_Text.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtInstance.cxx b/vcl/qt6/QtInstance.cxx new file mode 100644 index 000000000..7b0910e6d --- /dev/null +++ b/vcl/qt6/QtInstance.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtInstance.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtInstance_Print.cxx b/vcl/qt6/QtInstance_Print.cxx new file mode 100644 index 000000000..f08e6e17e --- /dev/null +++ b/vcl/qt6/QtInstance_Print.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtInstance_Print.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtMainWindow.cxx b/vcl/qt6/QtMainWindow.cxx new file mode 100644 index 000000000..e230ccaac --- /dev/null +++ b/vcl/qt6/QtMainWindow.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtMainWindow.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtMenu.cxx b/vcl/qt6/QtMenu.cxx new file mode 100644 index 000000000..dd8531974 --- /dev/null +++ b/vcl/qt6/QtMenu.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtMenu.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtObject.cxx b/vcl/qt6/QtObject.cxx new file mode 100644 index 000000000..e804679c5 --- /dev/null +++ b/vcl/qt6/QtObject.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtObject.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtOpenGLContext.cxx b/vcl/qt6/QtOpenGLContext.cxx new file mode 100644 index 000000000..80af012c9 --- /dev/null +++ b/vcl/qt6/QtOpenGLContext.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtOpenGLContext.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtPainter.cxx b/vcl/qt6/QtPainter.cxx new file mode 100644 index 000000000..8a8de83ee --- /dev/null +++ b/vcl/qt6/QtPainter.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtPainter.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtPrinter.cxx b/vcl/qt6/QtPrinter.cxx new file mode 100644 index 000000000..8c5b93b23 --- /dev/null +++ b/vcl/qt6/QtPrinter.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtPrinter.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtSvpGraphics.cxx b/vcl/qt6/QtSvpGraphics.cxx new file mode 100644 index 000000000..6182d816a --- /dev/null +++ b/vcl/qt6/QtSvpGraphics.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtSvpGraphics.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtSvpSurface.cxx b/vcl/qt6/QtSvpSurface.cxx new file mode 100644 index 000000000..7d773a879 --- /dev/null +++ b/vcl/qt6/QtSvpSurface.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtSvpSurface.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtSvpVirtualDevice.hxx b/vcl/qt6/QtSvpVirtualDevice.hxx new file mode 100644 index 000000000..1639ab1a2 --- /dev/null +++ b/vcl/qt6/QtSvpVirtualDevice.hxx @@ -0,0 +1,12 @@ +/* -*- 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/QtSvpVirtualDevice.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtSystem.cxx b/vcl/qt6/QtSystem.cxx new file mode 100644 index 000000000..f7ae8d1c8 --- /dev/null +++ b/vcl/qt6/QtSystem.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtSystem.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtTimer.cxx b/vcl/qt6/QtTimer.cxx new file mode 100644 index 000000000..94ba353a5 --- /dev/null +++ b/vcl/qt6/QtTimer.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtTimer.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtTools.cxx b/vcl/qt6/QtTools.cxx new file mode 100644 index 000000000..0a003b566 --- /dev/null +++ b/vcl/qt6/QtTools.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtTools.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtTransferable.cxx b/vcl/qt6/QtTransferable.cxx new file mode 100644 index 000000000..d6384d5d5 --- /dev/null +++ b/vcl/qt6/QtTransferable.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtTransferable.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtVirtualDevice.cxx b/vcl/qt6/QtVirtualDevice.cxx new file mode 100644 index 000000000..5d40d2af1 --- /dev/null +++ b/vcl/qt6/QtVirtualDevice.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtVirtualDevice.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtWidget.cxx b/vcl/qt6/QtWidget.cxx new file mode 100644 index 000000000..0e1e3203c --- /dev/null +++ b/vcl/qt6/QtWidget.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtWidget.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/qt6/QtXAccessible.cxx b/vcl/qt6/QtXAccessible.cxx new file mode 100644 index 000000000..d1a262007 --- /dev/null +++ b/vcl/qt6/QtXAccessible.cxx @@ -0,0 +1,12 @@ +/* -*- 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/QtXAccessible.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3