Skip to content

Commit

Permalink
Document jamulussoftware#1873 as comment
Browse files Browse the repository at this point in the history
jamulussoftware#1873 wasn't documented in the comment.
  • Loading branch information
ann0see authored and pgScorpio committed Apr 28, 2022
1 parent cad22ed commit a63eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int main ( int argc, char** argv )

#if defined( Q_OS_MACX )
// Mnemonic keys are default disabled in Qt for MacOS. The following function enables them.
// Qt will not show these with underline characters in the GUI on MacOS.
// Qt will not show these with underline characters in the GUI on MacOS. (#1873)
qt_set_sequence_auto_mnemonic ( true );
#endif

Expand Down

0 comments on commit a63eaff

Please sign in to comment.