Skip to content

Commit

Permalink
Fix hotkey issue in 64-bit Qt client. Fixes #877
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Oct 2, 2021
1 parent 92818b4 commit acaaa4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.txt
Expand Up @@ -10,6 +10,7 @@ Default Qt Client
- Option to close file transfer dialog when a transfer is completed now permanent
- Option to sort channels by popularity
- Fixed a case where, depending on start path, sounds with default values was not played
- Fixed modifier keys not working as hotkeys
Android Client
-
iOS Client
Expand Down
2 changes: 1 addition & 1 deletion Client/qtTeamTalk/common.h
Expand Up @@ -389,7 +389,7 @@ enum HotKeyID
HOTKEY_VIDEOTX
};

typedef QList<INT32> hotkey_t;
typedef std::vector<INT32> hotkey_t;

#if defined(Q_OS_DARWIN)
#define MAC_HOTKEY_SIZE 2
Expand Down

0 comments on commit acaaa4c

Please sign in to comment.