mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 01:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "textslotmsgbox.hpp"
 | 
						|
 | 
						|
void Launcher::TextSlotMsgBox::setTextSlot(const QString& string)
 | 
						|
{
 | 
						|
    setText(string);
 | 
						|
}
 |