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