Fix build with KDE4_ENABLE_FINAL.

Authored by nalvarez on Jan 10 2012, 3:50 AM.

Description

Fix build with KDE4_ENABLE_FINAL.

Turns out that if you use Q_DECLARE_OPERATORS_FOR_FLAGS inside a namespace,
it screws up the QFlags operators for anything that follows.

It was only happening with unrelated files: a header calling the macro
inside a namespace, and a .cpp that *doesn't* include that header
being affected. So the error only appeared in FINAL builds
where all .cpp files are built together.

Details

Committed
nalvarezJan 10 2012, 3:50 AM
Parents
R32:737c84196703: increase version to 1.2.80 for first beta of 1.3
Branches
Unknown
Tags
Unknown