Fixed Linux compile issues

This commit is contained in:
Jacob Storen
2015-08-14 06:42:12 -07:00
parent 15917d0044
commit f3810640ca
3 changed files with 6 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ MimeDataWithReferences::MimeDataWithReferences()
///
//--------------------------------------------------------------------------------------------------
MimeDataWithReferences::MimeDataWithReferences(const MimeDataWithReferences& other)
: QMimeData()
{
setReferences(other.references());
}