Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component.
[DEVELOPMENT ENVIRONMENT] * BUG: Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component.
This commit is contained in:
parent
5a61b7d436
commit
584a7b6ba3
1 changed files with 3 additions and 3 deletions
|
@ -297,10 +297,10 @@ End
|
|||
|
||||
Static Public Sub _init()
|
||||
|
||||
$cRescue["3.0:form"] = "gb.qt4"
|
||||
$cRescue["3.0:openglviewer"] = "gb.qt4.opengl"
|
||||
$cRescue["3.0:form"] = "gb.gui"
|
||||
$cRescue["3.0:openglviewer"] = "gb.gui.opengl"
|
||||
$cRescue["3.0:imageio"] = "gb.image.io"
|
||||
$cRescue["3.0:eventloop"] = "gb.qt4"
|
||||
$cRescue["3.0:eventloop"] = "gb.gui"
|
||||
$cRescue["3.0:xml"] = "gb.xml"
|
||||
|
||||
$cName = New Collection
|
||||
|
|
Loading…
Reference in a new issue