X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=02b7ff58e0bbc9133984b50a940791499b624509;hb=14281719026a2d9d30667f63f3659c2c4e7e0cca;hp=f9130bd5f69bf7b98906c54afdfcdb011a967b29;hpb=f8275c3b697f1ee43d93bb4e5e688e87ca0405ce;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index f9130bd5..02b7ff58 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -134,6 +134,9 @@ class MainWin void on_actionDebugHotList_triggered(); void on_actionDebugLog_triggered(); + void bindJumpKey(); + void onJumpKey(); + void clientNetworkCreated(NetworkId); void clientNetworkRemoved(NetworkId); void clientNetworkUpdated(); @@ -197,6 +200,7 @@ class MainWin QPoint _normalPos; //!< Position of the non-maximized window BufferHotListFilter *_bufferHotList; + QHash _jumpKeyMap; friend class QtUi; };