Re: [gtkmm] timeout trouble



> Do you have function:
> bool myCallback(); ?
> 
> You probably have:
> bool myCallback(Test&);
> which is different type than required for SignalTimeout::connect()

I had "bool myCallback()" public method in Test class, after I transformed it into local function it worked. Thanks : ).

Regards
Milos



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]