From 493d8e821b2d8f8a9f14f4f5f48671887a9eef84 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Wed, 20 Jun 2018 15:06:46 +0200 Subject: Remove QT_LOGGING_RULES to fix QLibraryPath paths QT_LOGGING_RULES was internally overwriting the PySide2 QLibraryPath configuration, so all the paths were incorrect. Please follow PYSIDE-717 for a discussion on an alternative to have a proper solution. Task-number: PYSIDE-694 Change-Id: I551d7876a416ac31fcff70d843a28c98dfa5ed08 Reviewed-by: Alexandru Croitor --- sources/pyside2/libpyside/pyside.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sources/pyside2/libpyside/pyside.h') diff --git a/sources/pyside2/libpyside/pyside.h b/sources/pyside2/libpyside/pyside.h index 2c7b60e3a..e2e108ed8 100644 --- a/sources/pyside2/libpyside/pyside.h +++ b/sources/pyside2/libpyside/pyside.h @@ -164,7 +164,6 @@ PYSIDE_API QString pyStringToQString(PyObject *str); */ PYSIDE_API bool registerInternalQtConf(); -Q_DECLARE_LOGGING_CATEGORY(lcPySide2) } //namespace PySide -- cgit v1.2.3