From abf63d4d4d22f00c9781f1ec6ff5efb3673c838e Mon Sep 17 00:00:00 2001 From: APTX Date: Tue, 9 Apr 2013 21:28:20 +0200 Subject: [PATCH] MSVC 2012Update2 reverted handling of this case so an ifdef is required again. --- client.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.cpp b/client.cpp index 285db7d..125e9ed 100644 --- a/client.cpp +++ b/client.cpp @@ -1249,7 +1249,9 @@ void Client::removeDeletedFromQueue(QObject *object) Client *Client::m_instance = 0; +#ifndef Q_CC_MSVC const int Client::UDP_API_COMMAND_TIMEOUT; +#endif ANIDBUDPCLIENTSHARED_EXPORT const char *revision() { -- 2.52.0