Hi,
if you connect your signal in the destructor, this connection won't be of much use since the object will be destroyed right after your connect() call. Move this connect to constructor.
Ginsengelf
Hi,
if you connect your signal in the destructor, this connection won't be of much use since the object will be destroyed right after your connect() call. Move this connect to constructor.
Ginsengelf
In this case i would use
I'm a rebel in the S.D.G.
Bookmarks