Fix typo
This commit is contained in:
parent
bb6dbedabf
commit
f07422585b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ struct StitchedMap {
|
||||||
};
|
};
|
||||||
|
|
||||||
QPixmap MapImageExporter::getStitchedImage(QProgressDialog *progress, bool includeBorder) {
|
QPixmap MapImageExporter::getStitchedImage(QProgressDialog *progress, bool includeBorder) {
|
||||||
// Do a bread-first search to gather a collection of
|
// Do a breadth-first search to gather a collection of
|
||||||
// all reachable maps with their relative offsets.
|
// all reachable maps with their relative offsets.
|
||||||
QSet<QString> visited;
|
QSet<QString> visited;
|
||||||
QList<StitchedMap> stitchedMaps;
|
QList<StitchedMap> stitchedMaps;
|
||||||
|
|
Loading…
Reference in a new issue