mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 06:10:04 +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 | class GeoLines : public DrawItem | ||||||
| { | { | ||||||
| public: | public: | ||||||
|    typedef std::function<void(const std::shared_ptr<GeoLineDrawItem>&, |    using HoverCallback = std::function<void( | ||||||
|                               const QPointF&)> |       const std::shared_ptr<GeoLineDrawItem>&, const QPointF&)>; | ||||||
|       HoverCallback; |  | ||||||
| 
 | 
 | ||||||
|    explicit GeoLines(std::shared_ptr<GlContext> context); |    explicit GeoLines(std::shared_ptr<GlContext> context); | ||||||
|    ~GeoLines(); |    ~GeoLines(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak