CppTools: Moving ProjectPartBuilder in its own header

Change-Id: I0aa65ec6c80dcd437f13ff70021388b0da57ccfd
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Marco Bubke
2016-01-11 21:08:13 +01:00
parent da1f8e66e5
commit 1ae509541c
8 changed files with 402 additions and 313 deletions

View File

@@ -70,25 +70,6 @@ public:
QDebug operator<<(QDebug stream, const CppTools::ProjectFile &cxxFile);
namespace Internal {
class ProjectFileAdder
{
public:
ProjectFileAdder(QVector<ProjectFile> &files);
~ProjectFileAdder();
bool maybeAdd(const QString &path);
private:
void addMapping(const char *mimeName, ProjectFile::Kind kind);
QVector<ProjectFile> &m_files;
QHash<QString, ProjectFile::Kind> m_mimeNameMapping;
};
} // namespace Internal
} // namespace CppTools
#endif // CPPTOOLS_CPPPROJECTFILE_H