more fixes for Code
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -217,7 +217,7 @@ namespace AzQtComponents
|
||||
}
|
||||
|
||||
ScreenGrabber::ScreenGrabber(const QSize size, Eyedropper* parent /* = nullptr */)
|
||||
: QObject(static_cast<QObject*>(parent))
|
||||
: QObject(parent)
|
||||
, m_size(size)
|
||||
, m_owner(parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user