Add Q_DECLARE_OPERATORS_FOR_FLAGS
This commit is contained in:
parent
4bf016c646
commit
825af7c0ca
@ -22,6 +22,7 @@
|
||||
|
||||
#include <QObject>
|
||||
#include <KLocale>
|
||||
#include <QString>
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user