forked from qt-creator/qt-creator
Unittest: Fix warning
Change-Id: Ie78646d82786ad8836f289ba53382dad2d51d3f5 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -81,7 +81,7 @@ std::ostream &operator<<(std::ostream &out, const HeaderPath &headerPath);
|
|||||||
namespace Utils {
|
namespace Utils {
|
||||||
class LineColumn;
|
class LineColumn;
|
||||||
class SmallStringView;
|
class SmallStringView;
|
||||||
class Link;
|
struct Link;
|
||||||
|
|
||||||
std::ostream &operator<<(std::ostream &out, const LineColumn &lineColumn);
|
std::ostream &operator<<(std::ostream &out, const LineColumn &lineColumn);
|
||||||
std::ostream &operator<<(std::ostream &out, const Utils::Language &language);
|
std::ostream &operator<<(std::ostream &out, const Utils::Language &language);
|
||||||
|
Reference in New Issue
Block a user