mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 14:10:05 +00:00 
			
		
		
		
	Finishing map provider setup page contents
This commit is contained in:
		
							parent
							
								
									7aa5190476
								
							
						
					
					
						commit
						b9929db486
					
				
					 2 changed files with 129 additions and 47 deletions
				
			
		|  | @ -13,10 +13,15 @@ namespace setup | |||
| 
 | ||||
| class MapProviderPage : public QWizardPage | ||||
| { | ||||
|    Q_DISABLE_COPY_MOVE(MapProviderPage) | ||||
| 
 | ||||
| public: | ||||
|    explicit MapProviderPage(QWidget* parent = nullptr); | ||||
|    ~MapProviderPage(); | ||||
| 
 | ||||
|    bool isComplete() const override; | ||||
|    bool validatePage() override; | ||||
| 
 | ||||
| private: | ||||
|    class Impl; | ||||
|    std::shared_ptr<Impl> p; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat