diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-30 18:56:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-30 18:56:20 +0000 |
| commit | a0f04ea27507ba278340d960a403651e6852bd32 (patch) | |
| tree | f2786befc30b446daa9bc18afafd6059d9a2281a /src | |
| parent | 3801861350aa089c1434232c354060df15308fa2 (diff) | |
| download | qmmp-a0f04ea27507ba278340d960a403651e6852bd32.tar.gz qmmp-a0f04ea27507ba278340d960a403651e6852bd32.tar.bz2 qmmp-a0f04ea27507ba278340d960a403651e6852bd32.zip | |
fixed includes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9874 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/inputsourcefactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/inputsourcefactory.h b/src/qmmp/inputsourcefactory.h index 6a650fad7..ba6c450b3 100644 --- a/src/qmmp/inputsourcefactory.h +++ b/src/qmmp/inputsourcefactory.h @@ -24,9 +24,9 @@ #include <QObject> #include <QRegularExpression> #include <QList> +#include <QStringList> #include "qmmp_export.h" -class QStringList; class InputSource; /*! @brief Structure to store transport plugin properies. |
