]> Some of my projects - anidbudpclient.git/commitdiff
Turns out GCC wasn't so bad after all. This works now with latest msvc/gcc.
authorAPTX <marek321@gmail.com>
Sun, 24 Mar 2013 23:44:08 +0000 (00:44 +0100)
committerAPTX <marek321@gmail.com>
Sun, 24 Mar 2013 23:44:08 +0000 (00:44 +0100)
client.cpp

index 5c04ae23bee0deda43af7835ac6a9b89353f1a4a..285db7da7f78ba5506bfcce2aad1c8148a482602 100644 (file)
@@ -1249,10 +1249,7 @@ void Client::removeDeletedFromQueue(QObject *object)
 
 Client *Client::m_instance = 0;
 
-// TODO, figure out why GCC can't export it like it could before, because this doesn't work in other compilers.
-#ifdef Q_OS_UNIX
 const int Client::UDP_API_COMMAND_TIMEOUT;
-#endif
 
 ANIDBUDPCLIENTSHARED_EXPORT const char *revision()
 {