mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Qt: fix warning
This commit is contained in:
parent
7e0f2f9b12
commit
f4bcf9ad1d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void user_manager_dialog::Init()
|
||||||
restoreGeometry(m_gui_settings->GetValue(gui::um_geometry).toByteArray());
|
restoreGeometry(m_gui_settings->GetValue(gui::um_geometry).toByteArray());
|
||||||
|
|
||||||
// Use this in multiple connects to protect the current user from deletion/rename.
|
// Use this in multiple connects to protect the current user from deletion/rename.
|
||||||
const auto enable_buttons = [=]()
|
const auto enable_buttons = [=, this]()
|
||||||
{
|
{
|
||||||
const u32 key = GetUserKey();
|
const u32 key = GetUserKey();
|
||||||
if (key == 0)
|
if (key == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue