Remove Q_CORE_EXPORT from the simple QFlag and QIncompatibleFlag

Change-Id: I0302238e817fc7d3b4682c5cc4f9cb51d181a7d2
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
Thiago Macieira 2012-03-28 16:54:52 -03:00 committed by Qt by Nokia
parent 84e45c646d
commit 53112c5167

View File

@ -48,7 +48,7 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
class Q_CORE_EXPORT QFlag
class QFlag
{
int i;
public:
@ -58,7 +58,7 @@ public:
inline QFlag::QFlag(int ai) : i(ai) {}
class Q_CORE_EXPORT QIncompatibleFlag
class QIncompatibleFlag
{
int i;
public: