From 5e5299353381f0405d3c9ad4d9ed9c31548ace91 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 25 Mar 2013 00:44:08 +0100 Subject: [PATCH] Turns out GCC wasn't so bad after all. This works now with latest msvc/gcc. --- client.cpp | 3 --- 1 file changed, 3 deletions(-) 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() { -- 2.52.0