From: Vadim G. <vgo...@ro...> - 2008-04-12 21:20:13
|
Hello, We have complete reimplementation of the integration of the user's classes written in Ada into the Qt meta system. New implementation hide all integration issues from the users. You no more need to declare Static_Meta_Object constant with mysterious pragma Import, declare Meta_Object, Qt_Meta_Call and Qt_Meta_Cast subprograms, MOC subpackage and declare its as separate compilation units. All integration issues now hidden in the generated by amoc MOC child package. You just need to "with" this package somewhere in your program. New snapshot available for download at the SourceForge site: http://downloads.sourceforge.net/qtada/qtada-gpl-1.1.0-20080413-2574.tar.gz |