mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-15 14:19:59 +01:00
Reworked the way project saving is presented to users.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1907 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -30,6 +30,7 @@ class ElementsCollection;
|
||||
class ElementsCategory;
|
||||
class ElementDefinition;
|
||||
class ElementsLocation;
|
||||
class QETResult;
|
||||
class TitleBlockTemplate;
|
||||
class XmlElementsCollection;
|
||||
class MoveElementsHandler;
|
||||
@@ -98,7 +99,7 @@ class QETProject : public QObject {
|
||||
void setDefaultConductorProperties(const ConductorProperties &);
|
||||
QDomDocument toXml();
|
||||
bool close();
|
||||
bool write();
|
||||
QETResult write();
|
||||
bool isReadOnly() const;
|
||||
void setReadOnly(bool);
|
||||
bool isEmpty() const;
|
||||
|
||||
Reference in New Issue
Block a user