diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-01-03 08:41:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-01-03 08:41:40 +0000 |
| commit | a49047c93e91edbc35b8ba74437ad2e94ad8f5e4 (patch) | |
| tree | c86bea5a8233d6ca157edb2f60dddf3e3571af13 /src/plugins/General/hotkey/hotkeymanager_win.cpp | |
| parent | b917024aa1ac4cb0a40164132db3c6d2913157eb (diff) | |
| download | qmmp-a49047c93e91edbc35b8ba74437ad2e94ad8f5e4.tar.gz qmmp-a49047c93e91edbc35b8ba74437ad2e94ad8f5e4.tar.bz2 qmmp-a49047c93e91edbc35b8ba74437ad2e94ad8f5e4.zip | |
fixed build with -Werror=zero-as-null-pointer-constant
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8573 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/hotkeymanager_win.cpp')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeymanager_win.cpp | 2 |
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()
|
