mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Clang tidy/format fixes for speed_up_geolines
This commit is contained in:
		
							parent
							
								
									fea9083f7d
								
							
						
					
					
						commit
						35d642e76f
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -19,9 +19,8 @@ struct GeoLineDrawItem; | |||
| class GeoLines : public DrawItem | ||||
| { | ||||
| public: | ||||
|    typedef std::function<void(const std::shared_ptr<GeoLineDrawItem>&, | ||||
|                               const QPointF&)> | ||||
|       HoverCallback; | ||||
|    using HoverCallback = std::function<void( | ||||
|       const std::shared_ptr<GeoLineDrawItem>&, const QPointF&)>; | ||||
| 
 | ||||
|    explicit GeoLines(std::shared_ptr<GlContext> context); | ||||
|    ~GeoLines(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak