forked from qt-creator/qt-creator
CppTools: De-duplicate printer of ProjectFile::Kind
Change-Id: I66d2841ac76a73ef7c6548b98438d5c7b3acc4c3 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -70,6 +70,7 @@ public:
|
||||
|
||||
using ProjectFiles = QVector<ProjectFile>;
|
||||
|
||||
const char *projectFileKindToText(ProjectFile::Kind kind);
|
||||
QDebug operator<<(QDebug stream, const CppTools::ProjectFile &projectFile);
|
||||
|
||||
} // namespace CppTools
|
||||
|
||||
Reference in New Issue
Block a user