mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Woops... premature commit/push.
Fixed up the usage of connect
This commit is contained in:
parent
3c0f6a2919
commit
144b185802
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue