mirror of
				https://github.com/OPM/ResInsight.git
				synced 2025-02-25 18:55:39 -06:00 
			
		
		
		
	Various linux fixes and missing includes
p4#: 20976
This commit is contained in:
		@@ -20,6 +20,7 @@
 | 
			
		||||
 | 
			
		||||
#include "cafPdmObject.h"
 | 
			
		||||
#include "cafPdmPointer.h"
 | 
			
		||||
#include "cafPdmDocument.h"
 | 
			
		||||
#include "cafUiTreeModelPdm.h"
 | 
			
		||||
 | 
			
		||||
#include <QMimeData>
 | 
			
		||||
@@ -45,7 +46,8 @@ public:
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    MimeDataWithIndexes(const MimeDataWithIndexes & other)
 | 
			
		||||
 | 
			
		||||
    MimeDataWithIndexes(const MimeDataWithIndexes & other) : QMimeData()
 | 
			
		||||
    {
 | 
			
		||||
        setIndexes(other.indexes());
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user