From 825af7c0ca366d1ceee3f35d67c2abe00b2ca1a1 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Thu, 9 Feb 2012 19:27:48 +0200 Subject: [PATCH] Add Q_DECLARE_OPERATORS_FOR_FLAGS --- declarativeimports/locale/locale.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/declarativeimports/locale/locale.h b/declarativeimports/locale/locale.h index 37c1ec94b..c13c175ed 100644 --- a/declarativeimports/locale/locale.h +++ b/declarativeimports/locale/locale.h @@ -22,6 +22,7 @@ #include #include +#include class QStringList; class QTextCodec; @@ -2018,4 +2019,8 @@ Q_SIGNALS: void workingWeekStartDayChanged(); }; +Q_DECLARE_OPERATORS_FOR_FLAGS(Locale::DateTimeFormatOptions) +Q_DECLARE_OPERATORS_FOR_FLAGS(Locale::TimeFormatOptions) +Q_DECLARE_OPERATORS_FOR_FLAGS(Locale::TimeProcessingOptions) + #endif