swift
|
Result of directory comparison. More...
Public Member Functions | |
void | insert (const DirComparison &otherComparison) |
Insert values of another comparison. | |
Public Attributes | |
bool | ok = false |
comparison ok | |
QSet< QString > | source |
all source files | |
QSet< QString > | missingInSource |
files not in source, but in target | |
QSet< QString > | missingInTarget |
files not in target, but in source | |
QSet< QString > | newerInSource |
file exists in target, but source is newer | |
QSet< QString > | newerInTarget |
file in target is newer | |
QSet< QString > | sameNameInSource |
file exists in source and target, source name | |
QSet< QString > | sameNameInTarget |
file exists in source and target, target name | |
Result of directory comparison.
Definition at line 78 of file directoryutils.h.