Fix mistyped signal name; (#3561)

This commit is contained in:
ctrlaltca 2019-02-06 08:39:31 +01:00 committed by Zach H
parent a7d485d6f5
commit 9118871afb

View file

@ -121,7 +121,7 @@ TabRoom::TabRoom(TabSupervisor *_tabSupervisor,
sayEdit->setCompleter(completer);
actCompleterChanged();
connect(&settingsCache->shortcuts(), SIGNAL(shortCutchanged()), this, SLOT(refreshShortcuts()));
connect(&settingsCache->shortcuts(), SIGNAL(shortCutChanged()), this, SLOT(refreshShortcuts()));
refreshShortcuts();
retranslateUi();