forked from qt-creator/qt-creator
		
	C++: Tests: Add basic tests for CheckSymbols
CheckSymbols is the "data provider" for the semantic highlighter which does not have any tests yet. Change-Id: I868aca32d44570457a984b8ce74695c381c58bed Reviewed-by: Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
		
				
					committed by
					
						
						Erik Verbruggen
					
				
			
			
				
	
			
			
			
						parent
						
							986ff71642
						
					
				
				
					commit
					370acaf502
				
			@@ -30,6 +30,8 @@
 | 
			
		||||
#ifndef CPLUSPLUS_CHECKSYMBOLS_H
 | 
			
		||||
#define CPLUSPLUS_CHECKSYMBOLS_H
 | 
			
		||||
 | 
			
		||||
#include "cpptools_global.h"
 | 
			
		||||
 | 
			
		||||
#include "cppsemanticinfo.h"
 | 
			
		||||
 | 
			
		||||
#include <cplusplus/CppDocument.h>
 | 
			
		||||
@@ -45,7 +47,7 @@
 | 
			
		||||
 | 
			
		||||
namespace CPlusPlus {
 | 
			
		||||
 | 
			
		||||
class CheckSymbols:
 | 
			
		||||
class CPPTOOLS_EXPORT CheckSymbols:
 | 
			
		||||
        protected ASTVisitor,
 | 
			
		||||
        public QRunnable,
 | 
			
		||||
        public QFutureInterface<TextEditor::SemanticHighlighter::Result>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user