mirror of
https://github.com/QuasarApp/qthttpserver.git
synced 2025-04-27 19:04:31 +00:00
Fix compile error: "redefinition; different linkage"
qhttpserverrequest.cpp(56): error C2375: 'operator <<': redefinition; different linkage Change-Id: I3fa4c058030e9f81f9c914af10cf740a546a90cc Reviewed-by: Mikhail Svetkin <mikhail.svetkin@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
This commit is contained in:
parent
da100c110a
commit
c20d230bf2
@ -86,7 +86,7 @@ protected:
|
||||
|
||||
private:
|
||||
#if !defined(QT_NO_DEBUG_STREAM)
|
||||
friend QDebug operator<<(QDebug debug, const QHttpServerRequest &request);
|
||||
friend Q_HTTPSERVER_EXPORT QDebug operator<<(QDebug debug, const QHttpServerRequest &request);
|
||||
#endif
|
||||
|
||||
QHttpServerRequest();
|
||||
|
Loading…
x
Reference in New Issue
Block a user