From 83c44dc39f2ac0324107bfde328d7032e65343cc Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 2 Jul 2018 20:28:24 +0000 Subject: hotkey: fixed windows support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8096 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/hotkeymanager.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/hotkey/hotkeymanager.h') diff --git a/src/plugins/General/hotkey/hotkeymanager.h b/src/plugins/General/hotkey/hotkeymanager.h index 200aa68f4..b7674f78d 100644 --- a/src/plugins/General/hotkey/hotkeymanager.h +++ b/src/plugins/General/hotkey/hotkeymanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2013 by Ilya Kotov * + * Copyright (C) 2009-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -24,6 +24,9 @@ #include #include #include +#ifdef Q_OS_WIN +#include +#endif #include class QEvent; @@ -99,7 +102,7 @@ private: #endif #ifdef Q_OS_WIN - QList m_filters; + QList m_filters; #endif }; -- cgit v1.2.3-13-gbd6f