Utils: Build fix for Windows

"C2375: 'Utils::operator <<': redefinition; different linkage"

Change-Id: Ieeed2adbd0d216ce47c81ec671f7e353ce70947e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2021-05-14 19:00:50 +02:00
committed by hjk
parent 286efd58e8
commit 0c5427c642

View File

@@ -132,7 +132,7 @@ private:
void setupChildProcess() override; void setupChildProcess() override;
#endif #endif
friend class SynchronousProcess; friend class SynchronousProcess;
friend QDebug operator<<(QDebug str, const QtcProcess &r); friend QTCREATOR_UTILS_EXPORT QDebug operator<<(QDebug str, const QtcProcess &r);
Internal::QtcProcessPrivate *d = nullptr; Internal::QtcProcessPrivate *d = nullptr;