mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Boost.Log -> spdlog - config, gl, manager
This commit is contained in:
		
							parent
							
								
									40ef43ed30
								
							
						
					
					
						commit
						15bc3afc87
					
				
					 7 changed files with 51 additions and 68 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| #include <scwx/qt/gl/draw/draw_item.hpp> | ||||
| 
 | ||||
| #include <boost/log/trivial.hpp> | ||||
| #include <string> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -11,7 +11,7 @@ namespace gl | |||
| namespace draw | ||||
| { | ||||
| 
 | ||||
| static const std::string logPrefix_ = "[scwx::qt::gl::draw::draw_item] "; | ||||
| static const std::string logPrefix_ = "scwx::qt::gl::draw::draw_item"; | ||||
| 
 | ||||
| class DrawItemImpl | ||||
| { | ||||
|  |  | |||
|  | @ -2,8 +2,6 @@ | |||
| 
 | ||||
| #include <optional> | ||||
| 
 | ||||
| #include <boost/log/trivial.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
|  | @ -13,7 +11,7 @@ namespace gl | |||
| namespace draw | ||||
| { | ||||
| 
 | ||||
| static const std::string logPrefix_ = "[scwx::qt::gl::draw::rectangle] "; | ||||
| static const std::string logPrefix_ = "scwx::qt::gl::draw::rectangle"; | ||||
| 
 | ||||
| static constexpr size_t NUM_RECTANGLES         = 5; | ||||
| static constexpr size_t NUM_TRIANGLES          = NUM_RECTANGLES * 2; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat