mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocDiff application: markers
This commit is contained in:
@ -30,6 +30,8 @@ struct Settings
|
||||
QColor colorAdded = QColor(125, 250, 0);
|
||||
QColor colorRemoved = QColor(255, 50, 50);
|
||||
QColor colorReplaced = QColor(255, 120, 30);
|
||||
bool displayDifferences = true;
|
||||
bool displayMarkers = true;
|
||||
};
|
||||
|
||||
} // namespace pdfdocdiff
|
||||
|
Reference in New Issue
Block a user