extragear/graphics/kipi-plugins/common/libkipiplugins

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

extragear/graphics/kipi-plugins/common/libkipiplugins

Bugzilla from andi.clemens@gmx.net
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:[hidden email]

 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
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel