Q_GUI_EXPORT is a mac-only workaround.

This commit is contained in:
Morten Sorvig 2011-06-22 12:04:03 +02:00
parent f1975cfc53
commit be4221d8fa

View File

@ -43,5 +43,5 @@ class QAbstractEventDispatcher;
#ifdef Q_OS_MAC
Q_GUI_EXPORT QAbstractEventDispatcher* createUnixEventDispatcher();
#else
Q_GUI_EXPORT QAbstractEventDispatcher* createUnixEventDispatcher();
QAbstractEventDispatcher* createUnixEventDispatcher();
#endif