Bugfix : can't add element dragged from an embedded collection

New element panel, D&D : the pixmap of dragged element is used instead of the Qt default pixmap 


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4498 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-05-22 14:51:09 +00:00
parent e6cdf80f3e
commit 3b2f5abc30
7 changed files with 175 additions and 34 deletions

View File

@@ -75,8 +75,6 @@ class QETProject : public QObject
ProjectParsingFailed = 4, /// the parsing of the XML content failed
FileOpenDiscard = 5 /// the user cancelled the file opening
};
static bool integrateElementToProject (const ElementsLocation &location, const QETProject *project);
// methods
public: