Various linux fixes and missing includes

p4#: 20976
This commit is contained in:
Magne Sjaastad
2013-03-20 06:11:45 +01:00
parent 27dee4d4e2
commit 50206b9dc4
8 changed files with 17 additions and 10 deletions

View File

@@ -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());
}