I see this #define is used to phase out some obsolete features. Problem is, 
you can't #ifdef out signals or slots, because moc won't see the #ifdef, and 
still define the slots in the .moc file, so you end up with the moc file not 
compiling because the slots it tries to use aren't defined.

A working solution is to leave the slots alone and ifdef out their content.

-- 
Guillaume.
http://www.telegraph-road.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to