Tidying
This commit is contained in:
@@ -55,12 +55,13 @@ namespace Bloom::Widgets
|
|||||||
*
|
*
|
||||||
* @param position
|
* @param position
|
||||||
* @return
|
* @return
|
||||||
|
* nullptr if there is no byte item at the given position.
|
||||||
*/
|
*/
|
||||||
ByteItem* byteItemAt(const QPointF& position) const;
|
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
|
* @param yPosition
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -293,7 +293,7 @@ namespace Bloom::TargetController
|
|||||||
this->target.reset();
|
this->target.reset();
|
||||||
this->debugTool.reset();
|
this->debugTool.reset();
|
||||||
Logger::error(
|
Logger::error(
|
||||||
"Failed to properly shutdown TargetController. Error: " + std::string(exception.what())
|
"Failed to properly shut down TargetController. Error: " + std::string(exception.what())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user