Hi all!

Is there any way to pass default parameters values to any slot?

I read over there something baout adding an "=", but doesn't work
connect(ui.actionZoom_1X, SIGNAL(triggered()), d, SLOT(UpdateCameraZoom(=1.0)));

Any idea?

Thanks in advance.