This commit is contained in:
Nav
2023-07-13 02:45:42 +01:00
parent 4eeaa762d1
commit edcf62e67d
2 changed files with 4 additions and 3 deletions

View File

@@ -55,12 +55,13 @@ namespace Bloom::Widgets
*
* @param position
* @return
* nullptr if there is no byte item at the given position.
*/
ByteItem* byteItemAt(const QPointF& position) const;
/**
* Returns the closest byte item from the given position on the Y-axis.
* *
* Returns the closest byte item to the given position on the Y-axis.
*
* @param yPosition
* @return
*/