mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-20 20:09:59 +02:00
Translated all comments found in header files (*.h) from French to English.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1960 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
class XmlElementsCategory;
|
||||
class XmlElementsCollection;
|
||||
/**
|
||||
Cette classe represente la definition d'un element extraite d'un
|
||||
document XML (typiquement : un projet QET).
|
||||
This class represents an element definition stored within an XML document
|
||||
(e.g. the embedded collection of a QET project).
|
||||
*/
|
||||
class XmlElementDefinition : public ElementDefinition {
|
||||
Q_OBJECT
|
||||
@@ -36,7 +36,7 @@ class XmlElementDefinition : public ElementDefinition {
|
||||
private:
|
||||
XmlElementDefinition(const XmlElementDefinition &);
|
||||
|
||||
// methodes
|
||||
// methods
|
||||
public:
|
||||
virtual QDomElement xml();
|
||||
virtual bool setXml(const QDomElement &);
|
||||
@@ -59,7 +59,7 @@ class XmlElementDefinition : public ElementDefinition {
|
||||
void written();
|
||||
void removed(const QString &);
|
||||
|
||||
// attributs
|
||||
// attributes
|
||||
private:
|
||||
bool is_null_;
|
||||
QString name_;
|
||||
|
||||
Reference in New Issue
Block a user