diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-06-15 23:34:01 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-06-18 12:18:19 +0200 |
commit | fbc61e06584ff8e6d9240f8b67be8dc28ecab5b9 (patch) | |
tree | a2d7984fc304f0ce23fc9c482442b5ba93cb749e /vcl/inc/qt6 | |
parent | 994d517a48f7e092ec57d179abb855ef5a86eacb (diff) |
Qt move most X11 specifics into QtX11Support
Just some refactoring.
Change-Id: I5b2ef531778d4d43d2fdc32fe7da59edffa3c02e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136061
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/inc/qt6')
-rw-r--r-- | vcl/inc/qt6/QtX11Support.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcl/inc/qt6/QtX11Support.hxx b/vcl/inc/qt6/QtX11Support.hxx new file mode 100644 index 000000000000..df4ae0d1e069 --- /dev/null +++ b/vcl/inc/qt6/QtX11Support.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/QtX11Support.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |