Skip to content

Skip the console dir in TaurusWidgetFactory

Carlos Pascual requested to merge github/fork/cpascual/fix-637 into develop

taurus.qt.qtgui.console is deprecated and raises a warning if imported. This happens when TaurusWidgetFactory inspects all taurus widgets on init, which confuses the users. Do not inspect the taurus.qt.qtgui.console dir when initializing TaurusWidgetFactory.

Fixes #637 (closed)

Merge request reports