From 6e0f34f5f57e47ba9c09be0640db971af2191631 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 4 Apr 2019 21:53:46 +0000 Subject: fixed build with qt 5.9 git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8773 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/normalcontainer.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qmmpui/normalcontainer.cpp') diff --git a/src/qmmpui/normalcontainer.cpp b/src/qmmpui/normalcontainer.cpp index a117187ce..96e3f4204 100644 --- a/src/qmmpui/normalcontainer.cpp +++ b/src/qmmpui/normalcontainer.cpp @@ -20,6 +20,11 @@ #include "normalcontainer_p.h" + +#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0) +#define swapItemsAt swap +#endif + NormalContainer::NormalContainer() {} -- cgit v1.2.3-13-gbd6f