Qt moc with implementations inside of header files?

Posted by ShiGon on Stack Overflow See other posts from Stack Overflow or by ShiGon
Published on 2010-06-08T21:57:38Z Indexed on 2010/06/13 9:42 UTC
Read the original article Hit count: 190

Filed under:
|
|

Is it possible to tell the Qt MOC that I would like to declare the class and implement it in a single file rather than splitting them up into an .h and .cpp file?

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt