forked from qt-creator/qt-creator
		
	C++ indenter: Make CppCodeStyleSettings a class.
Also register it with the meta type system. Change-Id: Id720e43d19765283765e7dbbd46820ba9cfb1be7 Reviewed-on: http://codereview.qt.nokia.com/172 Reviewed-by: Bill King <bill.king@nokia.com>
This commit is contained in:
		
				
					committed by
					
						 Bill King
						Bill King
					
				
			
			
				
	
			
			
			
						parent
						
							8e84872ace
						
					
				
				
					commit
					30fd098d9f
				
			| @@ -12,8 +12,9 @@ QT_END_NAMESPACE | ||||
|  | ||||
| namespace CppTools { | ||||
|  | ||||
| struct CPPTOOLS_EXPORT CppCodeStyleSettings | ||||
| class CPPTOOLS_EXPORT CppCodeStyleSettings | ||||
| { | ||||
| public: | ||||
|     CppCodeStyleSettings(); | ||||
|  | ||||
|     bool indentBlockBraces; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user