forked from qt-creator/qt-creator
		
	TreeModel: Rework tree iteration
Use function objects to apply directly during a depth-first walk of the tree instead of faking a flat container of tree nodes. Less code, and allows even some non-const operations. Change-Id: I804ab11df358fe937b40809cbcb772e6f3ff8dc5 Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
		@@ -46,6 +46,7 @@
 | 
			
		||||
#include <qmljs/qmljsdialect.h>
 | 
			
		||||
#include <qmljstools/qmljsmodelmanager.h>
 | 
			
		||||
 | 
			
		||||
#include <utils/algorithm.h>
 | 
			
		||||
#include <utils/qtcassert.h>
 | 
			
		||||
#include <utils/runextensions.h>
 | 
			
		||||
#include <utils/textfileformat.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user