mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 13:40:05 +00:00 
			
		
		
		
	Refactor QMapLibreGL to QMapLibre
This commit is contained in:
		
							parent
							
								
									db0d26a4ad
								
							
						
					
					
						commit
						1fd52f771c
					
				
					 55 changed files with 305 additions and 313 deletions
				
			
		|  | @ -9,7 +9,7 @@ | |||
| #include <chrono> | ||||
| #include <memory> | ||||
| 
 | ||||
| #include <QMapLibreGL/QMapLibreGL> | ||||
| #include <qmaplibre.hpp> | ||||
| 
 | ||||
| #include <QOpenGLWidget> | ||||
| #include <QPropertyAnimation> | ||||
|  | @ -33,7 +33,7 @@ class MapWidget : public QOpenGLWidget | |||
|    Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|    explicit MapWidget(std::size_t id, const QMapLibreGL::Settings&); | ||||
|    explicit MapWidget(std::size_t id, const QMapLibre::Settings&); | ||||
|    ~MapWidget(); | ||||
| 
 | ||||
|    void DumpLayerList() const; | ||||
|  | @ -139,7 +139,7 @@ private: | |||
|    friend class MapWidgetImpl; | ||||
| 
 | ||||
| private slots: | ||||
|    void mapChanged(QMapLibreGL::Map::MapChange); | ||||
|    void mapChanged(QMapLibre::Map::MapChange); | ||||
| 
 | ||||
| signals: | ||||
|    void Level3ProductsChanged(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat