author | simon <simon> | 2002-03-20 21:26:34 (UTC) |
---|---|---|
committer | simon <simon> | 2002-03-20 21:26:34 (UTC) |
commit | a209ccfd83698cf14ec7302275f7425f5023d81f (patch) (unidiff) | |
tree | af73c0b7384024bdb2a0e166067668a27cfa52ea /include | |
parent | 60b86269c6087dfb6674de6dc01d71a9a6d6d180 (diff) | |
download | opie-a209ccfd83698cf14ec7302275f7425f5023d81f.zip opie-a209ccfd83698cf14ec7302275f7425f5023d81f.tar.gz opie-a209ccfd83698cf14ec7302275f7425f5023d81f.tar.bz2 |
- consistent indentation within this file :)
-rw-r--r-- | include/opie/xmltree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opie/xmltree.h b/include/opie/xmltree.h index 7f50365..ed93c23 100644 --- a/include/opie/xmltree.h +++ b/include/opie/xmltree.h | |||
@@ -81,13 +81,13 @@ public: | |||
81 | QString value() const { return m_value; } | 81 | QString value() const { return m_value; } |
82 | 82 | ||
83 | void setAttributes( const AttributeMap &attrs ) { m_attributes = attrs; } | 83 | void setAttributes( const AttributeMap &attrs ) { m_attributes = attrs; } |
84 | AttributeMap attributes() const { return m_attributes; } | 84 | AttributeMap attributes() const { return m_attributes; } |
85 | AttributeMap &attributes() { return m_attributes; } | 85 | AttributeMap &attributes() { return m_attributes; } |
86 | 86 | ||
87 | QString attribute(const QString &)const; | 87 | QString attribute( const QString & ) const; |
88 | void setAttribute( const QString &attr, const QString &value ); | 88 | void setAttribute( const QString &attr, const QString &value ); |
89 | void save( QTextStream &stream, uint indent = 0 ); | 89 | void save( QTextStream &stream, uint indent = 0 ); |
90 | 90 | ||
91 | XMLElement *namedItem( const QString &name ); | 91 | XMLElement *namedItem( const QString &name ); |
92 | 92 | ||
93 | XMLElement *clone() const; | 93 | XMLElement *clone() const; |