forked from qt-creator/qt-creator
		
	CppTools: Unexport ProjectFileAdder
Change-Id: Icf53019b594a5c45b06f7f1fab0f4bf36e891918 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user