Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, February 2007
namespaces in jambi generator


Message 1 in thread

Hello!

I've discovered that namespaces need special attention in the 
jambi-generator.

I have a class like this:

....
namespace mynamespace {

    class MyClass : public QObject {
        MyClass( QObject* parent = 0 );
        ~MyClass();
    }

}

when using the generator on this 0 cpp-impl and 0 cpp-h files.

However, when I remove the namespace, I get the requested files. How can 
i operate with namespaces here?

PS: I did read that the generator needed the 4.3 beta of Qt to run, so I 
have tested this on the TP3 release.

Regards,
Helge F.