[Qt-creator] Use of namespaces in Qt Creator's own code

Oswald Buddenhagen oswald.buddenhagen at digia.com
Tue Jul 9 11:11:26 CEST 2013


On Mon, Jul 08, 2013 at 09:01:56PM +0200, André Pönitz wrote:
> (b) Lower case outermost namespace
> Contra:
>   - It works as it is.
> 
- it's non-qt

to solve the clash problem, there are two approaches:
- use an additional convention (ugly)
  - FooNames::Foo
  - Foo::FooClass
- remove the redundancy
  - Foo::Plugin



More information about the Qt-creator mailing list