mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Cleanup: fold core/helpers.h into core/qthelper.h
helpers.h included qthelper.h and all functions declared in helpers.h were defined in qthelper.h. Therefore fold the former into the latter, since the split seems completely arbitrary. While doing so, change the return-type of get_dc_nichname from "const QString" to "QString". Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
		
							parent
							
								
									9f349a4efc
								
							
						
					
					
						commit
						36b9e5e31e
					
				
					 53 changed files with 85 additions and 106 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| // SPDX-License-Identifier: GPL-2.0
 | ||||
| #include "CylinderObjectHelper.h" | ||||
| #include "../helpers.h" | ||||
| #include "../qthelper.h" | ||||
| 
 | ||||
| static QString EMPTY_CYLINDER_STRING = QStringLiteral(""); | ||||
| CylinderObjectHelper::CylinderObjectHelper(cylinder_t *cylinder) : | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue