> Hello!
>
> i'm new to sigc++ and i will be using it in an application i am working
> on. While my app has no UI, i plan to eventually wrap a Qt UI around
> it. My question, which i haven't found an answer to on the web site,
> is: can sigc++ and Qt coexist? i know from past experience (with my own
> sigslot implementation) that the word 'emit' can cause problems in code
> which is combined with Qt (IIRC 'emit' is a macro in Qt).

Yes, I've had this problem too. You might be able to #undef it.

> Any tips for combining sigc++ and Qt would be appreciated.


Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

_______________________________________________
libsigc-list mailing list
libsigc-list@gnome.org
http://mail.gnome.org/mailman/listinfo/libsigc-list

Reply via email to