mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:10:04 +00:00 
			
		
		
		
	Fixes to add_custom_layer_dialog suggested on GitHub
This commit is contained in:
		
							parent
							
								
									f5ab6f3ef7
								
							
						
					
					
						commit
						7d2635608d
					
				
					 4 changed files with 77 additions and 99 deletions
				
			
		|  | @ -17,15 +17,12 @@ class CustomLayerDialogImpl; | |||
| class CustomLayerDialog : public QDialog | ||||
| { | ||||
|    Q_OBJECT | ||||
|    Q_DISABLE_COPY_MOVE(CustomLayerDialog) | ||||
| 
 | ||||
| public: | ||||
|    explicit CustomLayerDialog(const QMapLibre::Settings& settings, | ||||
|                               QWidget*                   parent = nullptr); | ||||
|    ~CustomLayerDialog() override; | ||||
|    CustomLayerDialog(const CustomLayerDialog&)            = delete; | ||||
|    CustomLayerDialog(CustomLayerDialog&&)                 = delete; | ||||
|    CustomLayerDialog& operator=(const CustomLayerDialog&) = delete; | ||||
|    CustomLayerDialog& operator=(CustomLayerDialog&&)      = delete; | ||||
| 
 | ||||
|    std::string selected_layer(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak