office-gobmx/vcl/qt5
Stephan Bergmann 3483df9971 Avoid -Werror,-Wdeprecated-declarations when building Library_vclplug_qt6
> vcl/qt6/../qt5/QtFontFace.cxx:132:19: error: 'QFontDatabase' is deprecated: Call the static functions instead [-Werror,-Wdeprecated-declarations]
>     QFontDatabase aFDB;
>                   ^
> /usr/include/qt6/QtGui/qfontdatabase.h:113:5: note: 'QFontDatabase' has been explicitly marked deprecated here
>     QT_DEPRECATED_VERSION_X_6_0("Call the static functions instead") explicit QFontDatabase() = default;
>     ^
> /usr/include/qt6/QtCore/qglobal.h:382:44: note: expanded from macro 'QT_DEPRECATED_VERSION_X_6_0'
> # define QT_DEPRECATED_VERSION_X_6_0(text) QT_DEPRECATED_X(text)
>                                            ^
> /usr/include/qt6/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
> #  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
>                                 ^
> /usr/include/qt6/QtCore/qcompilerdetection.h:1146:36: note: expanded from macro 'Q_DECL_DEPRECATED_X'
> #  define Q_DECL_DEPRECATED_X(x) [[deprecated(x)]]
>                                    ^

etc.

Change-Id: Icc6a5f2f78af9b287b71bdd347f396928a100b25
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135225
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-01 16:03:18 +02:00
..
QtAccessibleEventListener.cxx
QtAccessibleWidget.cxx
QtBitmap.cxx
QtClipboard.cxx
QtData.cxx
QtDragAndDrop.cxx
QtFilePicker.cxx
QtFont.cxx
QtFontFace.cxx Avoid -Werror,-Wdeprecated-declarations when building Library_vclplug_qt6 2022-06-01 16:03:18 +02:00
QtFrame.cxx tdf#149329 Qt change cursor via QWidget 2022-05-28 18:41:21 +02:00
QtGraphics.cxx
QtGraphics_Controls.cxx
QtGraphics_GDI.cxx tdf#144601 Qt fix creating QImage with alpha mask 2022-05-29 00:16:21 +02:00
QtGraphics_Text.cxx Avoid -Werror,-Wdeprecated-declarations when building Library_vclplug_qt6 2022-06-01 16:03:18 +02:00
QtInstance.cxx
QtInstance_Print.cxx
QtMainWindow.cxx
QtMenu.cxx tdf#132350 Qt implement SalMenu button interface 2022-05-28 15:37:31 +02:00
QtObject.cxx tdf#148864 Qt switch QtObjectWindow to QWidget 2022-05-25 13:53:46 +02:00
QtOpenGLContext.cxx
QtPainter.cxx
QtPrinter.cxx
QtSvpGraphics.cxx
QtSvpSurface.cxx
QtSvpVirtualDevice.hxx
QtSystem.cxx
QtTimer.cxx
QtTools.cxx
QtTransferable.cxx
QtVirtualDevice.cxx
QtWidget.cxx Qt just resize the backing store on size change 2022-06-01 00:16:32 +02:00
QtXAccessible.cxx