error.h   error.h 
skipping to change at line 164 skipping to change at line 164
// UnsupportedEncoding, // UnsupportedEncoding,
// UnsupportedStanzaType, // UnsupportedStanzaType,
// UnsupportedVersion, // UnsupportedVersion,
// XmlNotWellFormed, // XmlNotWellFormed,
// Undefined // Undefined
// }; // };
Error(Type type, Condition condition, const LangMap &langMap = LangM ap()); Error(Type type, Condition condition, const LangMap &langMap = LangM ap());
~Error(); ~Error();
Type type() const; Type type() const;
QString text(const QString &lang = QString()) const;
Condition condition() const; Condition condition() const;
QString conditionText() const; QString conditionText() const;
private: private:
QScopedPointer<ErrorPrivate> d_ptr; QScopedPointer<ErrorPrivate> d_ptr;
}; };
} }
#endif // ERROR_H #endif // ERROR_H
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/