code: removed double "protected" marker

This commit is contained in:
itsmattkc
2020-11-26 19:53:42 +11:00
parent f068343a08
commit f8a5e28c37
-1
View File
@@ -167,7 +167,6 @@ protected:
*/
virtual void mouseReleaseEvent(QMouseEvent* event) override;
protected:
/**
* @brief Paint function to display the texture (received in SetTexture()) on screen.
*