mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:20:06 +00:00 
			
		
		
		
	Fix up custom map inputs, making it easier for others to use
This commit is contained in:
		
							parent
							
								
									c9ead60dd4
								
							
						
					
					
						commit
						fee00b737a
					
				
					 11 changed files with 425 additions and 65 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QDialog> | ||||
| #include <qmaplibre.hpp> | ||||
| 
 | ||||
| namespace Ui | ||||
| { | ||||
|  | @ -24,7 +25,8 @@ private: | |||
|    Q_DISABLE_COPY(SettingsDialog) | ||||
| 
 | ||||
| public: | ||||
|    explicit SettingsDialog(QWidget* parent = nullptr); | ||||
|    explicit SettingsDialog(const QMapLibre::Settings& mapSettings, | ||||
|                            QWidget*                   parent = nullptr); | ||||
|    ~SettingsDialog(); | ||||
| 
 | ||||
| private: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak