Woops... premature commit/push.
Fixed up the usage of connect
This commit is contained in:
@@ -73,7 +73,7 @@ gs_frame::gs_frame(const QRect& geometry, const QIcon& appIcon, const std::share
|
|||||||
connect(this, &QWindow::visibilityChanged, this, &gs_frame::HandleCursor);
|
connect(this, &QWindow::visibilityChanged, this, &gs_frame::HandleCursor);
|
||||||
|
|
||||||
// Configure the mouse hide on idle timer
|
// Configure the mouse hide on idle timer
|
||||||
connect(&m_mousehide_timer, &QTimer::timeout, &gs_frame::MouseHideTimeout);
|
connect(&m_mousehide_timer, &QTimer::timeout, this, &gs_frame::MouseHideTimeout);
|
||||||
m_mousehide_timer.setSingleShot(true);
|
m_mousehide_timer.setSingleShot(true);
|
||||||
if (m_hide_mouse_after_idletime)
|
if (m_hide_mouse_after_idletime)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user