mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
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:
@@ -38,6 +38,7 @@ class ElementLocation
|
||||
ElementLocation(QString path = QString());
|
||||
ElementLocation(QString path, QETProject *project);
|
||||
ElementLocation(const QMimeData *data);
|
||||
ElementLocation &operator=(const ElementLocation &other);
|
||||
~ElementLocation();
|
||||
|
||||
bool setPath(QString path);
|
||||
@@ -47,6 +48,7 @@ class ElementLocation
|
||||
bool isDirectory() const;
|
||||
bool isFileSystem() const;
|
||||
bool isProject() const;
|
||||
bool exist() const;
|
||||
|
||||
QString collectionPath(bool protocol = true) const;
|
||||
QString fileSystemPath() const;
|
||||
|
||||
Reference in New Issue
Block a user