Q_GUI_EXPORT is a mac-only workaround.

bb10
Morten Sorvig 2011-06-22 12:04:03 +02:00
parent f1975cfc53
commit be4221d8fa
1 changed files with 1 additions and 1 deletions

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