Skip to content

Commit

Permalink
Missing "static"
Browse files Browse the repository at this point in the history
  • Loading branch information
kmatheussen committed Mar 15, 2024
1 parent 3c6f045 commit 082b1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qt/Qt_Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3084,7 +3084,7 @@ bool Control2Pressed(void){
}
*/

Qt::KeyboardModifier HorizontalModifier() {
static Qt::KeyboardModifier HorizontalModifier() {
if (SETTINGS_read_bool("alt_as_horizonal_scroll_modifier", false))
return Qt::AltModifier;
else
Expand Down

0 comments on commit 082b1f8

Please sign in to comment.