macros: add QSDOC_PROPERTY_OVERRIDE
This commit is contained in:
		
							parent
							
								
									b218d3ec30
								
							
						
					
					
						commit
						50597f8e37
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -191,7 +191,7 @@ impl Parser {
 | 
				
			||||||
							},
 | 
												},
 | 
				
			||||||
							"QML_SINGLETON" => singleton = true,
 | 
												"QML_SINGLETON" => singleton = true,
 | 
				
			||||||
							"QML_UNCREATABLE" => uncreatable = true,
 | 
												"QML_UNCREATABLE" => uncreatable = true,
 | 
				
			||||||
							"Q_PROPERTY" => {
 | 
												"Q_PROPERTY" | "QSDOC_PROPERTY_OVERRIDE" => {
 | 
				
			||||||
								let prop =
 | 
													let prop =
 | 
				
			||||||
									self.property_regex
 | 
														self.property_regex
 | 
				
			||||||
										.captures(args.ok_or_else(|| {
 | 
															.captures(args.ok_or_else(|| {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue