Q_GUI_EXPORT is a mac-only workaround.
This commit is contained in:
parent
f1975cfc53
commit
be4221d8fa
@ -43,5 +43,5 @@ class QAbstractEventDispatcher;
|
||||
#ifdef Q_OS_MAC
|
||||
Q_GUI_EXPORT QAbstractEventDispatcher* createUnixEventDispatcher();
|
||||
#else
|
||||
Q_GUI_EXPORT QAbstractEventDispatcher* createUnixEventDispatcher();
|
||||
QAbstractEventDispatcher* createUnixEventDispatcher();
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user