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:
Kai Koehne 2013-04-25 13:06:53 +02:00 committed by The Qt Project
parent a9c8eb5a0a
commit 3d42f6fed2

View File

@ -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: