Merge branch '1.6'

This commit is contained in:
Allen Winter
2022-06-19 16:02:49 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ public:
/// @brief overload that just resizes widgets within a sub-tree
void layoutEqually(Layouting::ItemBoxContainer *);
/// @brief Returns the number of items layed out horizontally or vertically
/// @brief Returns the number of items layed-out horizontally or vertically
/// But honours nesting
int numSideBySide_recursive(Qt::Orientation) const;

View File

@@ -475,7 +475,7 @@ public:
bool isHorizontal() const;
int length() const;
/// @brief Returns the number of visible items layed out horizontally or vertically
/// @brief Returns the number of visible items layed-out horizontally or vertically
/// But honours nesting
int numSideBySide_recursive(Qt::Orientation) const;