Q_GUI_EXPORT is a mac-only workaround.
authorMorten Sorvig <morten.sorvig@nokia.com>
Wed, 22 Jun 2011 10:04:03 +0000 (12:04 +0200)
committerMorten Sorvig <morten.sorvig@nokia.com>
Wed, 22 Jun 2011 10:04:03 +0000 (12:04 +0200)
src/platformsupport/eventdispatchers/qgenericunixeventdispatcher_p.h

index d8f02a1..06221ee 100644 (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
\ No newline at end of file