Add header file for project-variables
This commit is contained in:
		
							
								
								
									
										13
									
								
								library/include/mobilisis/atb_project.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								library/include/mobilisis/atb_project.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| #ifndef ATB_PROJECT_H_INCLUDED | ||||
| #define ATB_PROJECT_H_INCLUDED | ||||
|  | ||||
| #include <QString> | ||||
|  | ||||
| class ATBProject { | ||||
|   public: | ||||
|     QString project; | ||||
|     QString version; | ||||
|     QString info; | ||||
| }; | ||||
|  | ||||
| #endif // ATB_PROJECT_H_INCLUDED | ||||
		Reference in New Issue
	
	Block a user