Hello,

I have a WPushButton member. I want to connect a event :

button_->clicked().connect(this, &MyApp::foo1);

That works fine. Now, I want to connect another event :

button_->clicked().connect(this, &MyApp::foo2);

My problem : when I click button_, foo1() and foo2() are called. Why 
foo1() is not disconnected ?

Thanks


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to