[Qt-interest] [ANN] ODB C++ ORM adds support for Qt

Konstantin Tokarev annulen at yandex.ru
Fri Apr 29 11:05:36 CEST 2011



29.04.2011, 12:01, "Boris Kolpackov" <boris at codesynthesis.com>:
> BTW, if Qt were using namespaces, then we could have placed the lazy
> versions in our own namespace, giving the user more control. 

Actually, they are - all their declarations are wrapped into macros
QT_BEGIN_NAMESPACE and QT_END_NAMESPACE, namespace name
is configurable.

Also, nothing prevents you from using your own namespace for your code 
even when Qt is compiled without namespace support.

-- 
Regards,
Konstantin



More information about the Qt-interest-old mailing list