CppTools: Unexport ProjectFileAdder

Change-Id: Icf53019b594a5c45b06f7f1fab0f4bf36e891918
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Nikolai Kosjar
2015-02-05 16:32:18 +01:00
parent 77db03a94d
commit 478914a9ce
3 changed files with 31 additions and 23 deletions

View File

@@ -68,7 +68,11 @@ public:
Kind kind;
};
class CPPTOOLS_EXPORT ProjectFileAdder
QDebug operator<<(QDebug stream, const CppTools::ProjectFile &cxxFile);
namespace Internal {
class ProjectFileAdder
{
public:
ProjectFileAdder(QList<ProjectFile> &files);
@@ -86,8 +90,7 @@ private:
QFileInfo m_fileInfo;
};
QDebug operator<<(QDebug stream, const CppTools::ProjectFile &cxxFile);
} // namespace Internal
} // namespace CppTools
#endif // CPPTOOLS_CPPPROJECTFILE_H