forked from qt-creator/qt-creator
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:
@@ -132,7 +132,7 @@ private:
|
||||
void setupChildProcess() override;
|
||||
#endif
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user