diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-31 07:29:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-31 07:29:21 +0000 |
| commit | c645c24dc0ed936e876ec6b6d0e23c673455a034 (patch) | |
| tree | 204e99e91b442276d15947c7b27479ab5acf032d /src | |
| parent | a75764473e9ad7d9a3fc7ad4754bdd3bfde08862 (diff) | |
| download | qmmp-c645c24dc0ed936e876ec6b6d0e23c673455a034.tar.gz qmmp-c645c24dc0ed936e876ec6b6d0e23c673455a034.tar.bz2 qmmp-c645c24dc0ed936e876ec6b6d0e23c673455a034.zip | |
fixed build against Qt 5.11
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7986 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmpui/detailsdialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/detailsdialog.cpp b/src/qmmpui/detailsdialog.cpp index e87b44693..d7c11973a 100644 --- a/src/qmmpui/detailsdialog.cpp +++ b/src/qmmpui/detailsdialog.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2017 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,7 @@ #include <QFileInfo> #include <QProcess> #include <QPushButton> +#include <QStyle> #include <qmmp/metadatamanager.h> #include <qmmp/metadatamodel.h> #include <qmmp/tagmodel.h> |
