mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:20:06 +00:00 
			
		
		
		
	remove warning supression and fix missing virtual destructor
This commit is contained in:
		
							parent
							
								
									c5d004aa48
								
							
						
					
					
						commit
						3b5323cea0
					
				
					 5 changed files with 2 additions and 29 deletions
				
			
		|  | @ -18,7 +18,7 @@ class SettingsCategory | |||
| { | ||||
| public: | ||||
|    explicit SettingsCategory(const std::string& name); | ||||
|    ~SettingsCategory(); | ||||
|    virtual ~SettingsCategory(); | ||||
| 
 | ||||
|    SettingsCategory(const SettingsCategory&)            = delete; | ||||
|    SettingsCategory& operator=(const SettingsCategory&) = delete; | ||||
|  |  | |||
|  | @ -1,17 +1,8 @@ | |||
| #if defined(__clang__) | ||||
| #   pragma clang diagnostic push | ||||
| #   pragma clang diagnostic ignored "-Wdelete-non-abstract-non-virtual-dtor" | ||||
| #endif | ||||
| 
 | ||||
| #include <scwx/qt/settings/text_settings.hpp> | ||||
| #include <scwx/qt/types/text_types.hpp> | ||||
| 
 | ||||
| #include <boost/algorithm/string.hpp> | ||||
| 
 | ||||
| #if defined(__clang__) | ||||
| #   pragma clang diagnostic pop | ||||
| #endif | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak