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:
parent
84e45c646d
commit
53112c5167
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user