From: APTX Date: Sun, 24 Mar 2013 23:44:08 +0000 (+0100) Subject: Turns out GCC wasn't so bad after all. This works now with latest msvc/gcc. X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=5e5299353381f0405d3c9ad4d9ed9c31548ace91;p=anidbudpclient.git Turns out GCC wasn't so bad after all. This works now with latest msvc/gcc. --- diff --git a/client.cpp b/client.cpp index 5c04ae2..285db7d 100644 --- a/client.cpp +++ b/client.cpp @@ -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() {