This commit is contained in:
Sergio Martins
2020-04-26 16:56:34 +01:00
parent 2e8db85d6b
commit de60913a88
5 changed files with 98 additions and 83 deletions

View File

@@ -320,7 +320,7 @@ private:
/**
* @brief Like @ref availableLengthForDrop but just returns the total available width or height (depending on @p orientation)
* So no need to receive any location.
* @param orientation If Qt::Vertical then returns the available width. Height otherwise.
* @param orientation If Qt::Vertical then returns the available height. Width otherwise.
*/
int availableLengthForOrientation(Qt::Orientation orientation) const;