]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Correction for using Qt4.4.3 instead of Qt4.2.2. The signal can't be posted because...
authornds <nds@opencascade.com>
Fri, 10 Oct 2008 08:16:24 +0000 (08:16 +0000)
committernds <nds@opencascade.com>
Fri, 10 Oct 2008 08:16:24 +0000 (08:16 +0000)
commit39c170599934df20c1b53ffb3863fa7138d43d80
treebb1bffcbf0ea36494ad26e21c21cfe3158c97a1a
parentc05ed8ec0b6cc2bb8492a2e2f82b0c11b461ba03
Correction for using Qt4.4.3 instead of Qt4.2.2. The signal can't be posted because of empty menu for QtxActionSet class.
In Qt4.4.3 method isEmpty() for Menu() checks visibility of the actions,
in Qt4.2.2 it only checks existing the actions.
src/Qtx/QtxAction.cxx