forked from qt-creator/qt-creator
CppTools: Moving ProjectPartBuilder in its own header
Change-Id: I0aa65ec6c80dcd437f13ff70021388b0da57ccfd Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user