Tests: Fix contradicting declarations

Change-Id: I684bad06ff0f1dbc6375da96457135d6f7287120
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Christian Stenger
2019-02-13 06:56:22 +01:00
parent 1ac9a91811
commit 5e1167facd

View File

@@ -192,10 +192,10 @@ class PchTaskSet;
class BuildDependency; class BuildDependency;
class SourceEntry; class SourceEntry;
class FilePathCaching; class FilePathCaching;
class SlotUsage; struct SlotUsage;
class IncludeSearchPath; class IncludeSearchPath;
enum class IncludeSearchPathType : unsigned char; enum class IncludeSearchPathType : unsigned char;
class ArgumentsEntry; struct ArgumentsEntry;
class ProjectPartContainer; class ProjectPartContainer;
std::ostream &operator<<(std::ostream &out, const SourceLocationEntry &entry); std::ostream &operator<<(std::ostream &out, const SourceLocationEntry &entry);