Diff Class
(Utils::Diff)Public Types
enum | Command { Delete, Insert, Equal } |
Public Functions
Diff(Command com, const QString &txt = QString()) | |
Diff() | |
QString | toString() const |
bool | operator!=(const Diff &other) const |
bool | operator==(const Diff &other) const |
Static Public Members
QString | commandString(Command com) |
Member Function Documentation
Diff::Diff(Command com, const QString &txt = QString())
Default constructs an instance of Diff.
Diff::Diff()
Default constructs an instance of Diff.