CppTools: De-duplicate printer of ProjectFile::Kind

Change-Id: I66d2841ac76a73ef7c6548b98438d5c7b3acc4c3
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Nikolai Kosjar
2017-02-01 09:53:36 +01:00
parent 352e916498
commit cfa25be0a4
3 changed files with 3 additions and 19 deletions

View File

@@ -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