mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 23:56:43 +00:00 
			
		
		
		
	removed useless todo statments.
This commit is contained in:
		
							parent
							
								
									5671a4b8e2
								
							
						
					
					
						commit
						16292bf23e
					
				
					 1 changed files with 7 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -257,14 +257,12 @@ namespace CSMWorld
 | 
			
		|||
    template<typename ESXRecordT, typename IdAccessorT>
 | 
			
		||||
    int Collection<ESXRecordT, IdAccessorT>::getNestedRowsCount(int row, int column) const
 | 
			
		||||
    {
 | 
			
		||||
	//TODO
 | 
			
		||||
        return 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    template<typename ESXRecordT, typename IdAccessorT>
 | 
			
		||||
    int Collection<ESXRecordT, IdAccessorT>::getNestedColumnsCount(int column) const
 | 
			
		||||
    {
 | 
			
		||||
	//TODO
 | 
			
		||||
        return 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -300,7 +298,7 @@ namespace CSMWorld
 | 
			
		|||
    template<typename ESXRecordT, typename IdAccessorT>
 | 
			
		||||
    QVariant Collection<ESXRecordT, IdAccessorT>::getNestedData(int row, int column, int subRow, int subColumn) const
 | 
			
		||||
    {
 | 
			
		||||
        return 10; //TODO
 | 
			
		||||
        return QVariant();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    template<typename ESXRecordT, typename IdAccessorT>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue