diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-31 07:33:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-31 07:33:55 +0000 |
| commit | 53f258b7af4d3218717f178d12e19106bd150010 (patch) | |
| tree | aa2ce6b2db12769ed49816c5134a8e249297ae1f /src/plugins/Ui/skinned/hotkeyeditor.cpp | |
| parent | fa68026623c2ecb34765e4b8eeb8efa5812c1c33 (diff) | |
| download | qmmp-53f258b7af4d3218717f178d12e19106bd150010.tar.gz qmmp-53f258b7af4d3218717f178d12e19106bd150010.tar.bz2 qmmp-53f258b7af4d3218717f178d12e19106bd150010.zip | |
skinned: fixed build with Qt 5.11
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7988 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/hotkeyeditor.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/hotkeyeditor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/hotkeyeditor.cpp b/src/plugins/Ui/skinned/hotkeyeditor.cpp index 419b43172..403866ae0 100644 --- a/src/plugins/Ui/skinned/hotkeyeditor.cpp +++ b/src/plugins/Ui/skinned/hotkeyeditor.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011-2015 by Ilya Kotov * + * Copyright (C) 2011-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -19,6 +19,7 @@ ***************************************************************************/ #include <QMessageBox> +#include <QAction> #include "actionmanager.h" #include "hotkeyeditor.h" #include "shortcutdialog.h" |
