X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Command.cpp;h=9b5dd7b9abfa4ea89a6e5e81f9e2ecbc529a0dab;hb=00265e8a59b2eff159cef64eef8de47ed4b9b728;hp=ffd6ab103f7338b833a05020b60e635534532867;hpb=aa07c7e0e3410522a1464d1863d1052c96edb7aa;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Command.cpp b/src/XGUI/XGUI_Command.cpp index ffd6ab103..9b5dd7b9a 100644 --- a/src/XGUI/XGUI_Command.cpp +++ b/src/XGUI/XGUI_Command.cpp @@ -63,7 +63,7 @@ void XGUI_Command::disable() void XGUI_Command::connectTo(const QObject* theResiver, const char* theSlot) { - connect(this, SIGNAL(triggered()), theResiver, theSlot); + connect(this, SIGNAL(triggered(bool)), theResiver, theSlot); } const QStringList& XGUI_Command::unblockableCommands() const