[Digikam-devel] extragear/graphics/kipi-plugins/common/libkipiplugins

Andi Clemens andi.clemens at gmx.net
Fri Aug 7 21:32:47 BST 2009


SVN commit 1008556 by aclemens:

Somehow QFlags need to be declared outside of any namespace?
Otherwise compiling will fail. Can someone explain this? There is no
note in the Qt documentation about this.

CCMAIL:digikam-devel at kde.org

 M  +2 -2      imageslist.h  


--- trunk/extragear/graphics/kipi-plugins/common/libkipiplugins/imageslist.h #1008555:1008556
@@ -234,8 +234,8 @@
     ImagesListPriv* const d;
 };
 
-Q_DECLARE_OPERATORS_FOR_FLAGS(ImagesList::ControlButtons)
-
 }  // namespace KIPIPlugins
 
+Q_DECLARE_OPERATORS_FOR_FLAGS(KIPIPlugins::ImagesList::ControlButtons)
+
 #endif // IMAGESLIST_H



More information about the Digikam-devel mailing list