mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Formatting
This commit is contained in:
@@ -90,7 +90,7 @@ namespace BlackGui
|
||||
Q_ASSERT_X(CInputManager::instance(), Q_FUNC_INFO, "Missing input manager");
|
||||
if (this->hasTarget())
|
||||
{
|
||||
CInputManager::instance()->unbind(this->m_index);
|
||||
CInputManager::instance()->unbind(m_index);
|
||||
}
|
||||
this->reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user