removed meaningless modifiers (see https://software.intel.com/en-us/articles/cdiag858)
This commit is contained in:
		
							parent
							
								
									223f69d67a
								
							
						
					
					
						commit
						05debed60b
					
				@ -95,9 +95,9 @@ public:
 | 
			
		||||
 | 
			
		||||
  //////////////////versioning///////////////
 | 
			
		||||
 | 
			
		||||
  const int get_release() const { return RELEASE; }
 | 
			
		||||
  const int get_major_version() const { return MAJOR_VERSION; }
 | 
			
		||||
  const int get_minor_version() const { return MINOR_VERSION; }
 | 
			
		||||
  int get_release() const { return RELEASE; }
 | 
			
		||||
  int get_major_version() const { return MAJOR_VERSION; }
 | 
			
		||||
  int get_minor_version() const { return MINOR_VERSION; }
 | 
			
		||||
  QString get_version_string();
 | 
			
		||||
 | 
			
		||||
  ///////////////////////////////////////////
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user