Skip to content

Commit

Permalink
Document #1873 as comment
Browse files Browse the repository at this point in the history
#1873 wasn't documented in the comment.
  • Loading branch information
ann0see authored Apr 22, 2022
1 parent 035cc6d commit 0764536
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 @@ -60,7 +60,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 0764536

Please sign in to comment.