forked from qt-creator/qt-creator
		
	AutoTest: Do not pass pointers without owner between threads
Change-Id: I40e86716d1dd7c8a84e759e792042b84571fc2aa Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
		@@ -129,12 +129,6 @@ private:
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct GTestCaseSpec
 | 
			
		||||
{
 | 
			
		||||
    QString testCaseName;
 | 
			
		||||
    bool parameterized;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
inline bool operator<(const GTestCaseSpec &spec1, const GTestCaseSpec &spec2)
 | 
			
		||||
{
 | 
			
		||||
    if (spec1.testCaseName != spec2.testCaseName)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user