Change the way how an element or directory is copied, this isn't the role of the new panel to manage the copy.

We must to use elementcollectionhandler instead


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4343 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-02-13 12:51:56 +00:00
parent 3142b87377
commit 6f6561be01
15 changed files with 538 additions and 131 deletions

View File

@@ -64,9 +64,9 @@ class FileElementCollectionItem : public ElementCollectionItem
private:
void setPathName(QString path_name);
void populate();
bool handleElementDrop (const QMimeData *data);
bool handleDirectoryDrop (const QMimeData *data);
bool createSubDir (QDir dir_to_copy, QDir destination);
// bool handleElementDrop (const QMimeData *data);
// bool handleDirectoryDrop (const QMimeData *data);
// bool createSubDir (QDir dir_to_copy, QDir destination);
private:
QString m_path;