mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	Qt6 fix
This commit is contained in:
		
							parent
							
								
									e1817958b5
								
							
						
					
					
						commit
						e96831326e
					
				@ -57,7 +57,7 @@ inline uint qHash(const AvailableChannelOrFeature &c, uint seed = 0) noexcept
 | 
				
			|||||||
    return qHash(c.getLongId(), seed);
 | 
					    return qHash(c.getLongId(), seed);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
size_t qHash(const AvailableChannelOrFeatureList &c, size_t seed = 0) noexcept
 | 
					inline size_t qHash(const AvailableChannelOrFeature &c, size_t seed = 0) noexcept
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    return qHash(c.getLongId(), seed);
 | 
					    return qHash(c.getLongId(), seed);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user