X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=598befd08dde9ae9be54df8224664a71961f0986;hp=9c58f75f20d93b0e2164ab31d0ab7d4afd5b92ff;hb=7f3d50af3f94bd5fc423c83ac21c460da2edf88b;hpb=7333c6f1dc985fee0841e7a8d035327ec95d79ca diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 9c58f75f..598befd0 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -206,6 +206,9 @@ void MainWin::init() { QtUi::registerNotificationBackend(new IndicatorNotificationBackend(this)); #endif + // we assume that at this point, all configurable actions are defined! + QtUi::loadShortcuts(); + connect(bufferWidget(), SIGNAL(currentChanged(BufferId)), SLOT(currentBufferChanged(BufferId))); setDisconnectedState(); // Disable menus and stuff