forked from qt-creator/qt-creator
		
	CppTools: Encode more information in log file of CppCodeModelInspector
Among others the timestamp and if provided, some extra id. Change-Id: I017c2af197023347c88f2547e7bda8f22b3d00c4 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
		@@ -64,7 +64,8 @@ struct CPPTOOLS_EXPORT Utils
 | 
			
		||||
class CPPTOOLS_EXPORT Dumper
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    explicit Dumper(const CPlusPlus::Snapshot &globalSnapshot);
 | 
			
		||||
    explicit Dumper(const CPlusPlus::Snapshot &globalSnapshot,
 | 
			
		||||
                    const QString &logFileId = QString());
 | 
			
		||||
    ~Dumper();
 | 
			
		||||
 | 
			
		||||
    void dumpProjectInfos(const QList<CppTools::CppModelManagerInterface::ProjectInfo> &projectInfos);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user