Merge branch '1.4'

This commit is contained in:
Allen Winter
2021-08-10 08:21:11 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import sys
__all__ = ['KDDockWidgets']
# Preload PySide2 libraries to avoid missing libraries while loading KDDockWidgets
# Preload PySide libraries to avoid missing libraries while loading KDDockWidgets
try:
from PySide@PYSIDE_MAJOR_VERSION@ import QtCore
# Create a alias for PySide module so we can use a single import in source files