Ref T180, formatting

This commit is contained in:
Klaus Basan
2017-11-05 02:35:08 +01:00
parent 6b3cdf52ee
commit 93a29b2b11
7 changed files with 18 additions and 16 deletions

View File

@@ -159,7 +159,7 @@ namespace BlackCore
if (!m_registeredApplications.contains(application))
{
m_registeredApplications.push_back(application);
emit registrationChanged();
emit this->registrationChanged();
emit this->hotkeyActionsRegistered(CInputManager::instance()->allAvailableActions(), {});
}
else