Preparation for 2 COM keys and increase/decrease volume hotkeys

Ref T672, Ref T642
This commit is contained in:
Klaus Basan
2019-05-29 00:23:04 +02:00
committed by Mat Sutcliffe
parent d509b1eb09
commit 50412aa0d1
6 changed files with 120 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ namespace BlackCore
if (!m_availableActions.contains(action))
{
m_availableActions.insert(action, icon);
emit hotkeyActionRegistered({ action });
emit this->hotkeyActionRegistered({ action });
}
}
@@ -46,7 +46,7 @@ namespace BlackCore
if (!m_availableActions.contains(action))
{
m_availableActions.insert(action, {});
emit hotkeyActionRegistered({ action });
emit this->hotkeyActionRegistered({ action });
}
}
}