Add Q_DECLARE_OPERATORS_FOR_FLAGS
This commit is contained in:
parent
4bf016c646
commit
825af7c0ca
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <KLocale>
|
#include <KLocale>
|
||||||
|
#include <QString>
|
||||||
|
|
||||||
class QStringList;
|
class QStringList;
|
||||||
class QTextCodec;
|
class QTextCodec;
|
||||||
@ -2018,4 +2019,8 @@ Q_SIGNALS:
|
|||||||
void workingWeekStartDayChanged();
|
void workingWeekStartDayChanged();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Q_DECLARE_OPERATORS_FOR_FLAGS(Locale::DateTimeFormatOptions)
|
||||||
|
Q_DECLARE_OPERATORS_FOR_FLAGS(Locale::TimeFormatOptions)
|
||||||
|
Q_DECLARE_OPERATORS_FOR_FLAGS(Locale::TimeProcessingOptions)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user