QFlags: Remove text promising 64 bit enums for 5.1
Change-Id: I34173abd693cb124beb8feec5e0cee1f7842725e Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
a9c8eb5a0a
commit
3d42f6fed2
@ -79,7 +79,7 @@ class QFlags
|
||||
{
|
||||
Q_STATIC_ASSERT_X((sizeof(Enum) <= sizeof(int)),
|
||||
"QFlags uses an int as storage, so an enum with underlying "
|
||||
"long long would overflow. Qt 5.1 will have support for 64bit enums.");
|
||||
"long long will overflow.");
|
||||
struct Private;
|
||||
typedef int (Private::*Zero);
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user