forked from qt-creator/qt-creator
		
	Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			188 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			188 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| namespace Example {
 | |
| namespace Constants {
 | |
| 
 | |
| const char ACTION_ID[] = "Example.Action";
 | |
| const char MENU_ID[] = "Example.Menu";
 | |
| 
 | |
| } // namespace Example
 | |
| } // namespace Constants
 |