On 01/09/2013 05:49, Sze Howe Koh wrote:
> On 1 September 2013 05:27, Yves Bailly wrote:
>> On 31/08/2013 14:42, Mark wrote:
>>> A nice way to load different gui versions is by combining states [1]
>>> and the loader object [2] and just load the gui you want based on the
>>> state you set.
>>>
>>>
The meta object compiler currently supports something it calls 'method
tags', where it collects identifiers it doesn't know in front of
methods:
#ifndef Q_MOC_RUN
# define MYTAG
#endif
...
MYTAG void myFunction ();
While this feature is already helpful for simple scenarios, i