aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/eqpreset.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-03-26 15:43:38 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-03-26 15:43:38 +0000
commit4db8d20982b9d5dc6d36e798cd5742ee44e17e1a (patch)
treefdd1d4919f5358b9c949fc33db56eba732d35b91 /src/plugins/Ui/skinned/eqpreset.cpp
parent5a581e577a888eeb61d89a9b9936b08189655275 (diff)
downloadqmmp-4db8d20982b9d5dc6d36e798cd5742ee44e17e1a.tar.gz
qmmp-4db8d20982b9d5dc6d36e798cd5742ee44e17e1a.tar.bz2
qmmp-4db8d20982b9d5dc6d36e798cd5742ee44e17e1a.zip
skinned: fixed Qt 5.5 support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9315 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/eqpreset.cpp')
-rw-r--r--src/plugins/Ui/skinned/eqpreset.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/eqpreset.cpp b/src/plugins/Ui/skinned/eqpreset.cpp
index 2198d50da..66e98d922 100644
--- a/src/plugins/Ui/skinned/eqpreset.cpp
+++ b/src/plugins/Ui/skinned/eqpreset.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2006-2020 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -17,6 +17,11 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
+
+#include <QtGlobal>
+#if (QT_VERSION < QT_VERSION_CHECK(5, 7, 0)) //qAsConst template
+#include <qmmp/qmmp.h>
+#endif
#include "eqpreset.h"
EQPreset::EQPreset()