aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeymanager_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey/hotkeymanager_win.cpp')
-rw-r--r--src/plugins/General/hotkey/hotkeymanager_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hotkey/hotkeymanager_win.cpp b/src/plugins/General/hotkey/hotkeymanager_win.cpp
index 5769cc48c..5dd8632f3 100644
--- a/src/plugins/General/hotkey/hotkeymanager_win.cpp
+++ b/src/plugins/General/hotkey/hotkeymanager_win.cpp
@@ -65,7 +65,7 @@ static struct
{ VK_MEDIA_PREV_TRACK, 0x110, "Media Previous Track"},
{ VK_MEDIA_STOP, 0x124, "Media Stop"},
{ VK_MEDIA_PLAY_PAUSE, 0x122, "Media Play/Pause"},
-{ 0, 0, 0 }
+{ 0, 0, nullptr }
};
quint32 Hotkey::defaultKey()